summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorluigi <luigi@FreeBSD.org>2000-10-26 00:16:12 +0000
committerluigi <luigi@FreeBSD.org>2000-10-26 00:16:12 +0000
commit066ba04e21867adcf864439a389b585cddd619c9 (patch)
tree527e1b14a2682e46fa8b9fb061933debb80c5c35 /sys
parent523c773acc05f900d296bf6641c78c9a77c520d7 (diff)
downloadFreeBSD-src-066ba04e21867adcf864439a389b585cddd619c9.zip
FreeBSD-src-066ba04e21867adcf864439a389b585cddd619c9.tar.gz
Close PR22152 and PR19511 -- correct the naming of a variable
Diffstat (limited to 'sys')
-rw-r--r--sys/netinet/ip_fw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/ip_fw.c b/sys/netinet/ip_fw.c
index e156895..3d0a459 100644
--- a/sys/netinet/ip_fw.c
+++ b/sys/netinet/ip_fw.c
@@ -173,7 +173,7 @@ SYSCTL_INT(_net_inet_ip_fw, OID_AUTO, dyn_fin_lifetime, CTLFLAG_RW,
SYSCTL_INT(_net_inet_ip_fw, OID_AUTO, dyn_rst_lifetime, CTLFLAG_RW,
&dyn_rst_lifetime, 0, "Lifetime of dyn. rules for rst");
SYSCTL_INT(_net_inet_ip_fw, OID_AUTO, dyn_short_lifetime, CTLFLAG_RW,
- &dyn_rst_lifetime, 0, "Lifetime of dyn. rules for other situations");
+ &dyn_short_lifetime, 0, "Lifetime of dyn. rules for other situations");
#endif /* STATEFUL */
#endif
OpenPOWER on IntegriCloud