From 32ef547735fddb24c749fba12afc6ab9cafd4dc5 Mon Sep 17 00:00:00 2001 From: Bart De Schuymer Date: Tue, 25 Jan 2005 20:35:54 +0000 Subject: update counters sent to kernel correctly --- communication.c | 1 + 1 file changed, 1 insertion(+) (limited to 'communication.c') diff --git a/communication.c b/communication.c index 8216332..f712b2b 100644 --- a/communication.c +++ b/communication.c @@ -375,6 +375,7 @@ void ebt_deliver_counters(struct ebt_u_replace *u_repl, int exec_style) } } cc = cc->next; + next = next->next; } free(u_repl->counters); -- cgit v1.2.3