From: Pavel Machek Date: Fri, 24 Mar 2000 10:08:20 +0000 (+0000) Subject: FIXME was actually already resolved X-Git-Tag: v1.2.0~1259 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ee07ca53fd94ad72b7cb2776cc15f13a026a910;p=thirdparty%2Fbird.git FIXME was actually already resolved --- diff --git a/proto/rip/auth.c b/proto/rip/auth.c index 5337268c4..a14cb95a1 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;