artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c87814b
)
tiny whitespace tweak.
author
dlg
<dlg@openbsd.org>
Wed, 21 Dec 2022 03:02:34 +0000
(
03:02
+0000)
committer
dlg
<dlg@openbsd.org>
Wed, 21 Dec 2022 03:02:34 +0000
(
03:02
+0000)
sys/net/pf.c
patch
|
blob
|
history
diff --git
a/sys/net/pf.c
b/sys/net/pf.c
index
fd5291f
..
4978c10
100644
(file)
--- a/
sys/net/pf.c
+++ b/
sys/net/pf.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: pf.c,v 1.11
59 2022/12/21 02:51:06
dlg Exp $ */
+/* $OpenBSD: pf.c,v 1.11
60 2022/12/21 03:02:34
dlg Exp $ */
/*
* Copyright (c) 2001 Daniel Hartmeier
@@
-848,7
+848,7
@@
pf_state_key_detach(struct pf_state *s, int idx)
TAILQ_REMOVE(&sk->sk_states, si, si_entry);
pool_put(&pf_state_item_pl, si);
-
+
if (TAILQ_EMPTY(&sk->sk_states)) {
RB_REMOVE(pf_state_tree, &pf_statetbl, sk);
sk->sk_removed = 1;