From 3f4c280eb372c95a0afbae0c92248ff91eba2051 Mon Sep 17 00:00:00 2001 From: Henning Brauer Date: Wed, 9 Apr 2003 18:21:59 +0000 Subject: KNF --- sys/net/pf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/net/pf.c') 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, -- cgit v1.2.3