FIXME was actually already resolved
This commit is contained in:
parent
772f489932
commit
9ee07ca53f
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue