1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-28 16:43:09 +00:00

Bring back part of rev 1.44 which was commented out by rev 1.58.

Reviewed by:	nate
This commit is contained in:
Alexander Langer 1997-12-27 18:44:56 +00:00
parent e7250038b6
commit 3b46e732a4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=32022

View File

@ -12,7 +12,7 @@
*
* This software is provided ``AS IS'' without any warranties of any kind.
*
* $Id: ip_fw.c,v 1.65 1997/11/05 20:17:19 joerg Exp $
* $Id: ip_fw.c,v 1.66 1997/12/19 03:36:15 julian Exp $
*/
/*
@ -739,12 +739,13 @@ zero_entry(struct mbuf *m)
}
splx(s);
#if 0
if ( frwl )
printf("ipfw: Entry %d cleared.\n", frwl->fw_number);
else
printf("ipfw: Accounting cleared.\n");
#endif
if (fw_verbose) {
if (frwl)
printf("ipfw: Entry %d cleared.\n", frwl->fw_number);
else
printf("ipfw: Accounting cleared.\n");
}
return(0);
}