From ab749558a2a4356c38ed760649ef7d62daa48223 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 13 Feb 1999 19:14:16 +0000 Subject: Pass new argument to FIB_ITERATE_END. --- proto/rip/rip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto/rip') 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: -- cgit v1.2.3