From dc65755a6847f95a369b9e47f2cb65f49b2deef6 Mon Sep 17 00:00:00 2001 From: Bart De Schuymer Date: Thu, 15 Dec 2011 19:39:00 +0000 Subject: bugfix: setting rule in first built-in chain caused setting all counters to zero (thanks to James Sinclair) --- communication.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'communication.c') diff --git a/communication.c b/communication.c index f19bda4..62ed667 100644 --- a/communication.c +++ b/communication.c @@ -295,7 +295,7 @@ void ebt_deliver_counters(struct ebt_u_replace *u_repl) struct ebt_cntchanges *cc = u_repl->cc->next, *cc2; struct ebt_u_entries *entries = NULL; struct ebt_u_entry *next = NULL; - int i, chainnr = 0; + int i, chainnr = -1; if (u_repl->nentries == 0) return; -- cgit v1.2.3