| commit | 97fb2f1579f0794377db1dca7c5bb07fade1a0dc | [log] [tgz] |
|---|---|---|
| author | Patrick McHardy <kaber@trash.net> | Sat Sep 08 16:52:25 2007 +0000 |
| committer | Patrick McHardy <kaber@trash.net> | Sat Sep 08 16:52:25 2007 +0000 |
| tree | db06d9048589de6fb1cb77ac896976b891e48a17 | |
| parent | 0b63936140032deac44072951451bdf47b54296a [diff] |
Fix unused function warning
diff --git a/libiptc/libiptc.c b/libiptc/libiptc.c index 9e4571c..472b81e 100644 --- a/libiptc/libiptc.c +++ b/libiptc/libiptc.c
@@ -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? */