summaryrefslogtreecommitdiffstats
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
commit32ef547735fddb24c749fba12afc6ab9cafd4dc5 (patch)
treed446afb979cb50d31e57d9c901764c597e5116b3
parent87889eb68d10d0ad8e944a2ecaab68b02340cad9 (diff)
update counters sent to kernel correctly
-rw-r--r--communication.c1
1 files changed, 1 insertions, 0 deletions
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);