The following reply was made to PR kern/69963; it has been noted by GNATS.

From: [email protected] (dfilter service)
To: [email protected]
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);
        }
 _______________________________________________
 [email protected] mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "[email protected]"
 
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ipfw
To unsubscribe, send any mail to "[email protected]"

Reply via email to