summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/sctp6_usrreq.c
diff options
context:
space:
mode:
authortuexen <tuexen@FreeBSD.org>2012-05-13 19:25:21 +0000
committertuexen <tuexen@FreeBSD.org>2012-05-13 19:25:21 +0000
commit442f3db61555b7388fbeb0b97d82546223679ef8 (patch)
tree628ebee135c43e38e72d114486d1fbc1b8988abb /sys/netinet6/sctp6_usrreq.c
parent8b015cb78fc5354dda796040eedd7009b2a4599a (diff)
downloadFreeBSD-src-442f3db61555b7388fbeb0b97d82546223679ef8.zip
FreeBSD-src-442f3db61555b7388fbeb0b97d82546223679ef8.tar.gz
Missed to commit this in r235414.
MFC after: 3 days
Diffstat (limited to 'sys/netinet6/sctp6_usrreq.c')
-rw-r--r--sys/netinet6/sctp6_usrreq.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/netinet6/sctp6_usrreq.c b/sys/netinet6/sctp6_usrreq.c
index 77adc6e..e731d7b 100644
--- a/sys/netinet6/sctp6_usrreq.c
+++ b/sys/netinet6/sctp6_usrreq.c
@@ -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) ||
OpenPOWER on IntegriCloud