From 89ad35a824e27235d774e0609268fb94bf804873 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 --- userspace/ebtables2/communication.c | 1 + 1 file changed, 1 insertion(+) (limited to 'userspace/ebtables2/communication.c') diff --git a/userspace/ebtables2/communication.c b/userspace/ebtables2/communication.c index 8216332..f712b2b 100644 --- a/userspace/ebtables2/communication.c +++ b/userspace/ebtables2/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