diff options
author | Martin Mares <mj@ucw.cz> | 1999-02-13 20:14:16 +0100 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1999-02-13 20:14:16 +0100 |
commit | ab749558a2a4356c38ed760649ef7d62daa48223 (patch) | |
tree | 167514dd32a41e8bd5b55991a740c161e8b964a1 /proto | |
parent | 2569bc40731081ac70ee328a7df37109399b53c6 (diff) | |
download | bird-ab749558a2a4356c38ed760649ef7d62daa48223.tar bird-ab749558a2a4356c38ed760649ef7d62daa48223.zip |
Pass new argument to FIB_ITERATE_END.
Diffstat (limited to 'proto')
-rw-r--r-- | proto/rip/rip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/rip/rip.c b/proto/rip/rip.c index 903b9b8..294206b 100644 --- a/proto/rip/rip.c +++ b/proto/rip/rip.c @@ -99,7 +99,7 @@ rip_tx( sock *s ) FIB_ITERATE_PUT(&c->iter, z); goto break_loop; } - } FIB_ITERATE_END; + } FIB_ITERATE_END(z); c->done = 1; break_loop: |