commit | dc65755a6847f95a369b9e47f2cb65f49b2deef6 | [log] [tgz] |
---|---|---|
author | Bart De Schuymer <bdschuym@pandora.be> | Thu Dec 15 19:39:00 2011 +0000 |
committer | Bart De Schuymer <bdschuym@pandora.be> | Thu Dec 15 19:39:00 2011 +0000 |
tree | 6256539fa7fb0345ff6191e33ca0c53243996053 | |
parent | e6d728a0a6fa0880795f90d43058f2154190637e [diff] |
bugfix: setting rule in first built-in chain caused setting all counters to zero (thanks to James Sinclair)
diff --git a/communication.c b/communication.c index f19bda4..62ed667 100644 --- a/communication.c +++ b/communication.c
@@ -295,7 +295,7 @@ 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;