mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Pass new argument to FIB_ITERATE_END.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user