diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2008-02-01 22:51:40 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2008-02-01 22:51:40 +0000 |
| commit | 91a4c98c2992a33faca9d151d8a089867057b0ae (patch) | |
| tree | c8f60e7fe3a260f2a7b73640b439c00eb19e9b44 /sys/netinet/sctp_input.c | |
| parent | e0f99e0ebd55fccc81d558bee74faa11c40ce4f2 (diff) | |
Notes
Diffstat (limited to 'sys/netinet/sctp_input.c')
| -rw-r--r-- | sys/netinet/sctp_input.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netinet/sctp_input.c b/sys/netinet/sctp_input.c index ea7456fd984c..5bad746ec355 100644 --- a/sys/netinet/sctp_input.c +++ b/sys/netinet/sctp_input.c @@ -2509,7 +2509,8 @@ sctp_handle_cookie_echo(struct mbuf *m, int iphlen, int offset, atomic_add_int(&(*stcb)->asoc.refcnt, 1); SCTP_TCB_UNLOCK((*stcb)); - sctp_pull_off_control_to_new_inp((*inp_p), inp, *stcb, M_NOWAIT); + sctp_pull_off_control_to_new_inp((*inp_p), inp, *stcb, + 0); SCTP_TCB_LOCK((*stcb)); atomic_subtract_int(&(*stcb)->asoc.refcnt, 1); |
