| Summary: | Typo in sys/netinet/ip_fw.c | ||
|---|---|---|---|
| Product: | Base System | Reporter: | mab <mab> |
| Component: | kern | Assignee: | Luigi Rizzo <luigi> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | 4.1-STABLE | ||
| Hardware: | Any | ||
| OS: | Any | ||
Responsible Changed From-To: freebsd-bugs->luigi Over to code author. State Changed From-To: open->closed fixed (this duplicates PR22152 and PR19511) |
--- ip_fw.c~ Fri Aug 25 00:43:43 2000 +++ ip_fw.c Wed Oct 18 01:12:19 2000 @@ -173,7 +173,7 @@ 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