summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2003-05-01 19:38:54 +0000
committerBart De Schuymer <bdschuym@pandora.be>2003-05-01 19:38:54 +0000
commit6d06d26d4a304650c51ae62d2523baba03425cad (patch)
tree31bad92e84c64c30f7722de3ff363015db11e253
parent6a3af1d7b5700d480f1ad797f3f6d4106cfa7784 (diff)
also update bcnt
-rw-r--r--communication.c1
1 files changed, 1 insertions, 0 deletions
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 */