Opps... my bad.. we don't need a SOCK_UNLOCK() after

calling socantrcvmore_locked() since it will unlock
the lock for you.

MFC after:	1 week
This commit is contained in:
Randall Stewart 2010-06-07 11:33:20 +00:00
parent 1371ad1594
commit b9771f0404

View file

@ -4676,7 +4676,6 @@ sctp_free_assoc(struct sctp_inpcb *inp, struct sctp_tcb *stcb, int from_inpcbfre
SS_ISCONNECTED);
}
socantrcvmore_locked(so);
SOCK_UNLOCK(so);
sctp_sowwakeup(inp, so);
sctp_sorwakeup(inp, so);
SCTP_SOWAKEUP(so);