diff options
author | 2003-04-09 18:21:58 +0000 | |
---|---|---|
committer | 2003-04-09 18:21:58 +0000 | |
commit | 105b51882b563358d08b136197b1042c26d9e535 (patch) | |
tree | 94f85699550025b954ca93004d26982b5bda62cb /sys | |
parent | fix the readonly objects placement into thee .rodata proper; espie@ ok (diff) | |
download | wireguard-openbsd-105b51882b563358d08b136197b1042c26d9e535.tar.xz wireguard-openbsd-105b51882b563358d08b136197b1042c26d9e535.zip |
KNF
Diffstat (limited to 'sys')
-rw-r--r-- | sys/net/pf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/pf.c b/sys/net/pf.c index 261761cd61d..083975704f4 100644 --- a/sys/net/pf.c +++ b/sys/net/pf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pf.c,v 1.335 2003/04/09 15:32:59 cedric Exp $ */ +/* $OpenBSD: pf.c,v 1.336 2003/04/09 18:21:58 henning Exp $ */ /* * Copyright (c) 2001 Daniel Hartmeier @@ -4342,7 +4342,7 @@ pf_test(int dir, struct ifnet *ifp, struct mbuf **m0) if (a != NULL) { a->packets++; a->bytes += h->ip_len; - } + } log = s->log; } else if (s == NULL) action = pf_test_icmp(&r, &s, dir, ifp, |