mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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:
parent
1371ad1594
commit
b9771f0404
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue