summaryrefslogtreecommitdiff
path: root/netinet/sctp_usrreq.c
diff options
context:
space:
mode:
Diffstat (limited to 'netinet/sctp_usrreq.c')
-rwxr-xr-xnetinet/sctp_usrreq.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/netinet/sctp_usrreq.c b/netinet/sctp_usrreq.c
index 5c9a82e..8aad0ac 100755
--- a/netinet/sctp_usrreq.c
+++ b/netinet/sctp_usrreq.c
@@ -7432,7 +7432,6 @@ register_send_cb (struct socket* so, uint32_t sb_threshold, int (*send_cb)(struc
SCTP_INP_WLOCK(inp);
inp->send_callback = send_cb;
inp->send_sb_threshold = sb_threshold;
- inp->prev_send_sb_free = 0;
SCTP_INP_WUNLOCK(inp);
/* FIXME change to current amount free. This will be the full buffer
* the first time this is registered but it could be only a portion