]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Pass new argument to FIB_ITERATE_END.
authorMartin Mares <mj@ucw.cz>
Sat, 13 Feb 1999 19:14:16 +0000 (19:14 +0000)
committerMartin Mares <mj@ucw.cz>
Sat, 13 Feb 1999 19:14:16 +0000 (19:14 +0000)
proto/rip/rip.c

index 903b9b891425997b07f748839ad73aea7bed2aa8..294206b0bf3654e2757c30ae11b956c09dd209fc 100644 (file)
@@ -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: