From 6d06d26d4a304650c51ae62d2523baba03425cad Mon Sep 17 00:00:00 2001 From: Bart De Schuymer Date: Thu, 1 May 2003 19:38:54 +0000 Subject: also update bcnt --- communication.c | 1 + 1 file changed, 1 insertion(+) (limited to 'communication.c') diff --git a/communication.c b/communication.c index 70f5ff8..ab21327 100644 --- a/communication.c +++ b/communication.c @@ -323,6 +323,7 @@ void deliver_counters(struct ebt_u_replace *u_repl) * So, we just copy */ new->pcnt = old->pcnt; + new->bcnt = old->bcnt; /* we've used an old counter */ old++; /* we've set a new counter */ -- cgit v1.2.3