From owner-freebsd-bugs Sun Jun 25 21:40: 7 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5EB7D37B954 for ; Sun, 25 Jun 2000 21:40:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA60978; Sun, 25 Jun 2000 21:40:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 7683737B659; Sun, 25 Jun 2000 21:32:10 -0700 (PDT) Message-Id: <20000626043210.7683737B659@hub.freebsd.org> Date: Sun, 25 Jun 2000 21:32:10 -0700 (PDT) From: sarr0006@algonquincollege.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/19511: a typo in ip_fw.c Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19511 >Category: kern >Synopsis: a typo in ip_fw.c >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jun 25 21:40:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: David Sarrazin >Release: 4-stable >Organization: >Environment: FreeBSD terminator.home.net 4.0-STABLE FreeBSD 4.0-STABLE #3: Wed Jun 21 10:50:26 EDT 2000 root@terminator.home.net:/usr/src/sys/compile/TERMINATOR i386 >Description: The file /usr/src/sys/netinet/ip_fw.c contains a misnamed variable on line 176. This links two sysctl knobs together, and prevents setting the dyn_short_lifetime. >How-To-Repeat: This is a typo, no repeating necessary. >Fix: change line 176 (ver 1.138) of ip_fw.c old line: &dyn_rst_lifetime, 0, "Lifetime of dyn. rules for other situations"); NEW line: &dyn_short_lifetime, 0, "Lifetime of dyn. rules for other situations"); >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message