[netfilter-cvslog] r7040 - trunk/iptables/libiptc

kaber at trash.net kaber at trash.net
Sat Sep 8 18:52:25 CEST 2007


Author: kaber at trash.net
Date: 2007-09-08 18:52:25 +0200 (Sat, 08 Sep 2007)
New Revision: 7040

Modified:
   trunk/iptables/libiptc/libiptc.c
Log:
Fix unused function warning


Modified: trunk/iptables/libiptc/libiptc.c
===================================================================
--- trunk/iptables/libiptc/libiptc.c	2007-09-08 16:00:01 UTC (rev 7039)
+++ trunk/iptables/libiptc/libiptc.c	2007-09-08 16:52:25 UTC (rev 7040)
@@ -915,7 +915,7 @@
 {
 	iptc_fn = TC_DUMP_ENTRIES;
 	CHECK(handle);
-#if 0
+
 	printf("libiptc v%s. %u bytes.\n",
 	       IPTABLES_VERSION, handle->entries->size);
 	printf("Table `%s'\n", handle->info.name);
@@ -934,7 +934,6 @@
 
 	ENTRY_ITERATE(handle->entries->entrytable, handle->entries->size,
 		      dump_entry, handle);
-#endif
 }
 
 /* Does this chain exist? */




More information about the netfilter-cvslog mailing list