Fix a typo.
Submitted by: Thomas Dreibholz MFC after: 1 week
This commit is contained in:
parent
22bbc4b242
commit
47d16bf9c1
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user