summaryrefslogtreecommitdiffstats
path: root/userspace/ebtables2/communication.c
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2005-01-25 20:35:54 +0000
committerBart De Schuymer <bdschuym@pandora.be>2005-01-25 20:35:54 +0000
commit89ad35a824e27235d774e0609268fb94bf804873 (patch)
tree014d6bb1bc11bd73de452c2513c04268486842e1 /userspace/ebtables2/communication.c
parentbfa67509da0f5e8570f663b83de7599a26af6a50 (diff)
update counters sent to kernel correctly
Diffstat (limited to 'userspace/ebtables2/communication.c')
-rw-r--r--userspace/ebtables2/communication.c1
1 files changed, 1 insertions, 0 deletions
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);