diff options
author | Pavel Machek <pavel@ucw.cz> | 2000-03-24 11:08:20 +0100 |
---|---|---|
committer | Pavel Machek <pavel@ucw.cz> | 2000-03-24 11:08:20 +0100 |
commit | 9ee07ca53fd94ad72b7cb2776cc15f13a026a910 (patch) | |
tree | 505705acb1498fd665cb402b354741576b5fffb3 /proto | |
parent | 772f489932cf24d7a408835ac67f7b4f4d85a1eb (diff) | |
download | bird-9ee07ca53fd94ad72b7cb2776cc15f13a026a910.tar bird-9ee07ca53fd94ad72b7cb2776cc15f13a026a910.zip |
FIXME was actually already resolved
Diffstat (limited to 'proto')
-rw-r--r-- | proto/rip/auth.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/proto/rip/auth.c b/proto/rip/auth.c index 5337268..a14cb95 100644 --- a/proto/rip/auth.c +++ b/proto/rip/auth.c @@ -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; |