svn commit: r235415 - head/sys/netinet6

Michael Tuexen tuexen at FreeBSD.org
Sun May 13 19:25:22 UTC 2012


Author: tuexen
Date: Sun May 13 19:25:21 2012
New Revision: 235415
URL: http://svn.freebsd.org/changeset/base/235415

Log:
  Missed to commit this in r235414.
  
  MFC after: 3 days

Modified:
  head/sys/netinet6/sctp6_usrreq.c

Modified: head/sys/netinet6/sctp6_usrreq.c
==============================================================================
--- head/sys/netinet6/sctp6_usrreq.c	Sun May 13 17:36:04 2012	(r235414)
+++ head/sys/netinet6/sctp6_usrreq.c	Sun May 13 19:25:21 2012	(r235415)
@@ -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) ||


More information about the svn-src-all mailing list