Fix an obvious locking bug where we would lock again rather than unlock.
MFC after: 3 days
This commit is contained in:
parent
18d97aa11c
commit
c29a7fb305
@ -1558,7 +1558,7 @@ pfsync_in_del_c(struct pfsync_pkt *pkt, struct mbuf *m, int offset, int count)
|
||||
pf_unlink_state(st);
|
||||
}
|
||||
#ifdef __FreeBSD__
|
||||
PF_LOCK();
|
||||
PF_UNLOCK();
|
||||
#endif
|
||||
splx(s);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user