]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
FIXME was actually already resolved
authorPavel Machek <pavel@ucw.cz>
Fri, 24 Mar 2000 10:08:20 +0000 (10:08 +0000)
committerPavel Machek <pavel@ucw.cz>
Fri, 24 Mar 2000 10:08:20 +0000 (10:08 +0000)
proto/rip/auth.c

index 5337268c424706c7d82080381ed7682de73599cb..a14cb95a1605ee2bec1dc5683aa387f33108d257 100644 (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;