summaryrefslogtreecommitdiffstats
path: root/communication.c
diff options
context:
space:
mode:
Diffstat (limited to 'communication.c')
-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);