diff options
author | 2002-05-31 19:45:17 +0000 | |
---|---|---|
committer | 2002-05-31 19:45:17 +0000 | |
commit | 2774d157ac2c50f6d274a5dc7e9b03d6ad499f53 (patch) | |
tree | 1d3e5b5b46bc1fd7c72433255eb96e7f14829785 | |
parent | ecn is disabled by default, so show the option enabled. (diff) | |
download | wireguard-openbsd-2774d157ac2c50f6d274a5dc7e9b03d6ad499f53.tar.xz wireguard-openbsd-2774d157ac2c50f6d274a5dc7e9b03d6ad499f53.zip |
KNF
-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 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++; |