summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2002-05-31 19:45:17 +0000
committerderaadt <deraadt@openbsd.org>2002-05-31 19:45:17 +0000
commit2774d157ac2c50f6d274a5dc7e9b03d6ad499f53 (patch)
tree1d3e5b5b46bc1fd7c72433255eb96e7f14829785
parentecn is disabled by default, so show the option enabled. (diff)
downloadwireguard-openbsd-2774d157ac2c50f6d274a5dc7e9b03d6ad499f53.tar.xz
wireguard-openbsd-2774d157ac2c50f6d274a5dc7e9b03d6ad499f53.zip
KNF
-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++;