Missed to commit this in r235414.
MFC after: 3 days
This commit is contained in:
parent
8b015cb78f
commit
442f3db615
@ -426,8 +426,7 @@ sctp6_notify(struct sctp_inpcb *inp,
|
||||
net->dest_state &= ~SCTP_ADDR_REACHABLE;
|
||||
net->dest_state &= ~SCTP_ADDR_PF;
|
||||
sctp_ulp_notify(SCTP_NOTIFY_INTERFACE_DOWN,
|
||||
stcb, SCTP_FAILED_THRESHOLD,
|
||||
(void *)net, SCTP_SO_NOT_LOCKED);
|
||||
stcb, 0, (void *)net, SCTP_SO_NOT_LOCKED);
|
||||
}
|
||||
SCTP_TCB_UNLOCK(stcb);
|
||||
} else if ((icmph->icmp6_code == ICMP_UNREACH_PROTOCOL) ||
|
||||
|
Loading…
x
Reference in New Issue
Block a user