summaryrefslogtreecommitdiffstats
path: root/proto/rip
diff options
context:
space:
mode:
Diffstat (limited to 'proto/rip')
-rw-r--r--proto/rip/rip.c2
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: