summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-05-31 19:45:18 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-05-31 19:45:18 +0000
commit03b0982a08200b0bf593417e964ae7766119e826 (patch)
tree69c900722c47b9ede6fc39636ce867bc5ff64334 /sys
parentc718650a8745a0945d6ce023ef35c69a3276e4ad (diff)
KNF
Diffstat (limited to 'sys')
-rw-r--r--sys/net/pf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/pf.c b/sys/net/pf.c
index 7e520954282..5da39238362 100644
--- a/sys/net/pf.c
+++ b/sys/net/pf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pf.c,v 1.210 2002/05/28 17:28:14 jasoni Exp $ */
+/* $OpenBSD: pf.c,v 1.211 2002/05/31 19:45:17 deraadt Exp $ */
/*
* Copyright (c) 2001 Daniel Hartmeier
@@ -5299,7 +5299,7 @@ pf_route(struct mbuf **m, struct pf_rule *r, int dir)
else
m_freem(m0);
}
-
+
if (error == 0)
ipstat.ips_fragmented++;