Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Jun 2011 12:10:10 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-ipfw@FreeBSD.org
Subject:   Re: kern/69963: commit references a PR
Message-ID:  <201106011210.p51CAAFK020997@freefall.freebsd.org>

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: kern/69963: commit references a PR
Date: Wed,  1 Jun 2011 12:05:49 +0000 (UTC)

 Author: ae
 Date: Wed Jun  1 12:05:35 2011
 New Revision: 222559
 URL: http://svn.freebsd.org/changeset/base/222559
 
 Log:
   Hide useless warning under debug macro.
   
   PR:		kern/69963
   MFC after:	1 week
 
 Modified:
   head/sys/netinet/ipfw/ip_fw_dynamic.c
 
 Modified: head/sys/netinet/ipfw/ip_fw_dynamic.c
 ==============================================================================
 --- head/sys/netinet/ipfw/ip_fw_dynamic.c	Wed Jun  1 10:23:03 2011	(r222558)
 +++ head/sys/netinet/ipfw/ip_fw_dynamic.c	Wed Jun  1 12:05:35 2011	(r222559)
 @@ -753,11 +753,12 @@ ipfw_install_state(struct ip_fw *rule, i
  	q = lookup_dyn_rule_locked(&args->f_id, NULL, NULL);
  
  	if (q != NULL) {	/* should never occur */
 +		DEB(
  		if (last_log != time_uptime) {
  			last_log = time_uptime;
  			printf("ipfw: %s: entry already present, done\n",
  			    __func__);
 -		}
 +		})
  		IPFW_DYN_UNLOCK();
  		return (0);
  	}
 _______________________________________________
 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?201106011210.p51CAAFK020997>