artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6290bf8
)
remove superfluous/invalid KASSERT() in pfsync_q_del().
author
sashan
<sashan@openbsd.org>
Fri, 28 Apr 2023 15:50:05 +0000
(15:50 +0000)
committer
sashan
<sashan@openbsd.org>
Fri, 28 Apr 2023 15:50:05 +0000
(15:50 +0000)
pointed and OK bluhm@
sys/net/if_pfsync.c
patch
|
blob
|
history
diff --git
a/sys/net/if_pfsync.c
b/sys/net/if_pfsync.c
index
600d474
..
822b421
100644
(file)
--- a/
sys/net/if_pfsync.c
+++ b/
sys/net/if_pfsync.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: if_pfsync.c,v 1.31
3 2023/02/15 18:11:47
sashan Exp $ */
+/* $OpenBSD: if_pfsync.c,v 1.31
4 2023/04/28 15:50:05
sashan Exp $ */
/*
* Copyright (c) 2002 Michael Shalayeff
@@
-2259,8
+2259,6
@@
pfsync_q_del(struct pf_state *st)
struct pfsync_softc *sc = pfsyncif;
int q;
- KASSERT(st->sync_state != PFSYNC_S_NONE);
-
mtx_enter(&sc->sc_st_mtx);
q = st->sync_state;
/*