kern/69963: commit references a PR
dfilter service
dfilter at FreeBSD.ORG
Wed Jun 8 05:10:12 UTC 2011
The following reply was made to PR kern/69963; it has been noted by GNATS.
From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:
Subject: Re: kern/69963: commit references a PR
Date: Wed, 8 Jun 2011 04:54:40 +0000 (UTC)
Author: ae
Date: Wed Jun 8 04:54:22 2011
New Revision: 222850
URL: http://svn.freebsd.org/changeset/base/222850
Log:
MFC r222559:
Hide useless warning under debug macro.
PR: kern/69963, kern/139226
This is direct commit to stable/7.
Modified:
stable/7/sys/netinet/ip_fw2.c
Directory Properties:
stable/7/sys/ (props changed)
stable/7/sys/cddl/contrib/opensolaris/ (props changed)
stable/7/sys/contrib/dev/acpica/ (props changed)
stable/7/sys/contrib/pf/ (props changed)
Modified: stable/7/sys/netinet/ip_fw2.c
==============================================================================
--- stable/7/sys/netinet/ip_fw2.c Wed Jun 8 04:50:23 2011 (r222849)
+++ stable/7/sys/netinet/ip_fw2.c Wed Jun 8 04:54:22 2011 (r222850)
@@ -1460,11 +1460,12 @@ install_state(struct ip_fw *rule, ipfw_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 at freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscribe at freebsd.org"
More information about the freebsd-ipfw
mailing list