Missed to commit this in r235414.

MFC after: 3 days
This commit is contained in:
Michael Tuexen 2012-05-13 19:25:21 +00:00
parent 4b1f78e1af
commit 1a5b79010a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=235415

View File

@ -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) ||