Bug 19511

Summary: a typo in ip_fw.c
Product: Base System Reporter: sarr0006 <sarr0006>
Component: kernAssignee: Luigi Rizzo <luigi>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   

Description sarr0006 2000-06-26 05:40:00 UTC
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.

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");
How-To-Repeat: This is a typo, no repeating necessary.
Comment 1 Sheldon Hearn freebsd_committer freebsd_triage 2000-08-03 21:17:37 UTC
Responsible Changed
From-To: freebsd-bugs->luigi

Luigi's code.
Comment 2 Luigi Rizzo freebsd_committer freebsd_triage 2000-10-26 01:26:49 UTC
State Changed
From-To: open->closed

applied proposed fix (same as PR22152)
Comment 3 commit-hook freebsd_committer freebsd_triage 2014-11-25 16:31:43 UTC
A commit references this bug:

Author: jgh
Date: Tue Nov 25 16:31:19 UTC 2014
New revision: 46027
URL: https://svnweb.freebsd.org/changeset/doc/46027

Log:
  recommend net/samba-smbclient in favor of net/samba-libsmbclient
  for accessing SMB/CIFS shares in a Microsoft Windows network

  PR:		19511
  Differential Revision:	https://reviews.freebsd.org/D1223
  Reported by:	sfisher@sdf.org
  Approved by:	bcr (mentor)

Changes:
  head/en_US.ISO8859-1/books/handbook/network-servers/chapter.xml