Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Jun 2011 11:20:10 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-ipfw@FreeBSD.org
Subject:   Re: bin/134975: commit references a PR
Message-ID:  <201106061120.p56BKAMe050294@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/134975; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: bin/134975: commit references a PR
Date: Mon,  6 Jun 2011 11:12:18 +0000 (UTC)

 Author: ae
 Date: Mon Jun  6 11:10:38 2011
 New Revision: 222745
 URL: http://svn.freebsd.org/changeset/base/222745
 
 Log:
   Initialize co.use_set variable before parsing each new rule.
   
   PR:		bin/134975
   MFC after:	2 weeks
 
 Modified:
   head/sbin/ipfw/main.c
 
 Modified: head/sbin/ipfw/main.c
 ==============================================================================
 --- head/sbin/ipfw/main.c	Mon Jun  6 10:52:26 2011	(r222744)
 +++ head/sbin/ipfw/main.c	Mon Jun  6 11:10:38 2011	(r222745)
 @@ -356,6 +356,7 @@ ipfw_main(int oldac, char **oldav)
  	 */
  	co.do_nat = 0;
  	co.do_pipe = 0;
 +	co.use_set = 0;
  	if (!strncmp(*av, "nat", strlen(*av)))
   		co.do_nat = 1;
   	else if (!strncmp(*av, "pipe", strlen(*av)))
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106061120.p56BKAMe050294>