diff options
author | 2004-04-28 03:31:33 +0000 | |
---|---|---|
committer | 2004-04-28 03:31:33 +0000 | |
commit | 4a94cf5f28e0bdad4f87272b5f04cc25a48a6321 (patch) | |
tree | 6e77a5acd1ab8e13df45987099788acdfe1e437e | |
parent | make sure send and reply are in sync; ok henning (diff) | |
download | wireguard-openbsd-4a94cf5f28e0bdad4f87272b5f04cc25a48a6321.tar.xz wireguard-openbsd-4a94cf5f28e0bdad4f87272b5f04cc25a48a6321.zip |
do not return here
-rw-r--r-- | sys/net/pf_table.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/net/pf_table.c b/sys/net/pf_table.c index e894df50207..e6c8aec82a3 100644 --- a/sys/net/pf_table.c +++ b/sys/net/pf_table.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pf_table.c,v 1.50 2004/04/28 02:43:09 pb Exp $ */ +/* $OpenBSD: pf_table.c,v 1.51 2004/04/28 03:31:33 pb Exp $ */ /* * Copyright (c) 2002 Cedric Berger @@ -1942,7 +1942,6 @@ pfr_update_stats(struct pfr_ktable *kt, struct pf_addr *a, sa_family_t af, break; #endif /* INET6 */ default: - return (0); } if ((ke == NULL || ke->pfrke_not) != notrule) { if (op_pass != PFR_OP_PASS) |