commit | 32ef547735fddb24c749fba12afc6ab9cafd4dc5 | [log] [tgz] |
---|---|---|
author | Bart De Schuymer <bdschuym@pandora.be> | Tue Jan 25 20:35:54 2005 +0000 |
committer | Bart De Schuymer <bdschuym@pandora.be> | Tue Jan 25 20:35:54 2005 +0000 |
tree | d446afb979cb50d31e57d9c901764c597e5116b3 | |
parent | 87889eb68d10d0ad8e944a2ecaab68b02340cad9 [diff] |
update counters sent to kernel correctly
diff --git a/communication.c b/communication.c index 8216332..f712b2b 100644 --- a/communication.c +++ b/communication.c
@@ -375,6 +375,7 @@ } } cc = cc->next; + next = next->next; } free(u_repl->counters);