FIXME was actually already resolved

This commit is contained in:
Pavel Machek 2000-03-24 10:08:20 +00:00
parent 772f489932
commit 9ee07ca53f

View file

@ -69,7 +69,6 @@ rip_incoming_authentication( struct proto *p, struct rip_block_auth *block, stru
head = P_CF->passwords;
while (head) {
/* FIXME: should check serial numbers, somehow */
DBG( "time, " );
if ((head->from > now) || (head->to < now))
goto skip;