mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-22 17:51:53 +00:00
FIXME was actually already resolved
This commit is contained in:
parent
772f489932
commit
9ee07ca53f
@ -69,7 +69,6 @@ rip_incoming_authentication( struct proto *p, struct rip_block_auth *block, stru
|
|||||||
|
|
||||||
head = P_CF->passwords;
|
head = P_CF->passwords;
|
||||||
while (head) {
|
while (head) {
|
||||||
/* FIXME: should check serial numbers, somehow */
|
|
||||||
DBG( "time, " );
|
DBG( "time, " );
|
||||||
if ((head->from > now) || (head->to < now))
|
if ((head->from > now) || (head->to < now))
|
||||||
goto skip;
|
goto skip;
|
||||||
|
Loading…
Reference in New Issue
Block a user