Date: Sun, 6 Aug 2000 22:17:20 -0700 (PDT) From: roland+freebsd@frob.com To: freebsd-gnats-submit@FreeBSD.org Subject: kern/20451: net.inet.ip.fw.dyn_short_lifetime bound to wrong variable Message-ID: <20000807051720.80E5637B699@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 20451 >Category: kern >Synopsis: net.inet.ip.fw.dyn_short_lifetime bound to wrong variable >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Aug 06 22:20:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Roland McGrath >Release: 4.x >Organization: >Environment: >Description: Left as an exercise for the reader of the fix. >How-To-Repeat: Left as an exercise for the reader of the fix. >Fix: diff -ubp /sys/netinet/ip_fw.c.~3~ /sys/netinet/ip_fw.c --- /sys/netinet/ip_fw.c.~3~ Sun Aug 6 22:16:08 2000 +++ /sys/netinet/ip_fw.c Sun Aug 6 22:16:08 2000 @@ -173,7 +173,7 @@ SYSCTL_INT(_net_inet_ip_fw, OID_AUTO, dy 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 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000807051720.80E5637B699>