Fix an obvious locking bug where we would lock again rather than unlock.

MFC after:	3 days
This commit is contained in:
Bjoern A. Zeeb 2011-10-19 09:34:40 +00:00
parent 18d97aa11c
commit c29a7fb305
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=226531

View File

@ -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);