diff options
Diffstat (limited to 'executor/common_linux.h')
| -rw-r--r-- | executor/common_linux.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/executor/common_linux.h b/executor/common_linux.h index 729cdcba0..5128009dd 100644 --- a/executor/common_linux.h +++ b/executor/common_linux.h @@ -1085,9 +1085,7 @@ static void checkpoint_iptables(struct ipt_table_desc* tables, int num_tables, i } fail("getsockopt(IPT_SO_GET_INFO)"); } - debug("checkpoint iptable %s/%d: entries=%d hooks=%x size=%d\n", - table->name, family, table->info.num_entries, table->info.valid_hooks, - table->info.size); + debug("checkpoint iptable %s/%d: entries=%d hooks=%x size=%d\n", table->name, family, table->info.num_entries, table->info.valid_hooks, table->info.size); if (table->info.size > sizeof(table->replace.entrytable)) fail("table size is too large: %u", table->info.size); if (table->info.num_entries > XT_MAX_ENTRIES) @@ -1172,8 +1170,7 @@ static void checkpoint_arptables(void) } fail("getsockopt(ARPT_SO_GET_INFO)"); } - debug("checkpoint arptable %s: entries=%d hooks=%x size=%d\n", - table->name, table->info.num_entries, table->info.valid_hooks, table->info.size); + debug("checkpoint arptable %s: entries=%d hooks=%x size=%d\n", table->name, table->info.num_entries, table->info.valid_hooks, table->info.size); if (table->info.size > sizeof(table->replace.entrytable)) fail("table size is too large: %u", table->info.size); if (table->info.num_entries > XT_MAX_ENTRIES) |
