0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-11-17 08:38:42 +00:00

Pass new argument to FIB_ITERATE_END.

This commit is contained in:
Martin Mares 1999-02-13 19:14:16 +00:00
parent 2569bc4073
commit ab749558a2

View 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: