summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/sctp6_usrreq.c
diff options
context:
space:
mode:
authorrrs <rrs@FreeBSD.org>2010-04-17 04:15:46 +0000
committerrrs <rrs@FreeBSD.org>2010-04-17 04:15:46 +0000
commit2e1be86332f9b403ae1868377134a13a6c9ac8d6 (patch)
treee2eab28c766fc59b3e703838d88701bb2cf52520 /sys/netinet6/sctp6_usrreq.c
parent736dcb5869e8316c666547f3f353a4ffde8b7670 (diff)
downloadFreeBSD-src-2e1be86332f9b403ae1868377134a13a6c9ac8d6.zip
FreeBSD-src-2e1be86332f9b403ae1868377134a13a6c9ac8d6.tar.gz
MFC of 206137
This is Part III of the great IETF hack-a-thon to fix the NR-Sack code. (the last one on the cpu options was a lull.. i.e MFC 205629).. still 2 more to go.
Diffstat (limited to 'sys/netinet6/sctp6_usrreq.c')
-rw-r--r--sys/netinet6/sctp6_usrreq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet6/sctp6_usrreq.c b/sys/netinet6/sctp6_usrreq.c
index 50f5ef8..02e2880 100644
--- a/sys/netinet6/sctp6_usrreq.c
+++ b/sys/netinet6/sctp6_usrreq.c
@@ -1033,7 +1033,7 @@ sctp6_connect(struct socket *so, struct sockaddr *addr, struct thread *p)
return (EALREADY);
}
/* We are GOOD to go */
- stcb = sctp_aloc_assoc(inp, addr, 1, &error, 0, vrf_id, p);
+ stcb = sctp_aloc_assoc(inp, addr, &error, 0, vrf_id, p);
SCTP_ASOC_CREATE_UNLOCK(inp);
if (stcb == NULL) {
/* Gak! no memory */
OpenPOWER on IntegriCloud