Fix a typo.

Submitted by:		Thomas Dreibholz
MFC after:		1 week
This commit is contained in:
Michael Tuexen 2019-08-08 08:23:27 +00:00
parent 22bbc4b242
commit 47d16bf9c1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=350745

View File

@ -1366,7 +1366,7 @@ sctp_asconf_queue_add(struct sctp_tcb *stcb, struct sctp_ifa *ifa,
if (sctp_asconf_queue_mgmt(stcb,
stcb->asoc.asconf_addr_del_pending,
SCTP_DEL_IP_ADDRESS) == 0) {
SCTPDBG(SCTP_DEBUG_ASCONF2, "asconf_queue_add: queing pending delete\n");
SCTPDBG(SCTP_DEBUG_ASCONF2, "asconf_queue_add: queuing pending delete\n");
pending_delete_queued = 1;
/* clear out the pending delete info */
stcb->asoc.asconf_del_pending = 0;