summaryrefslogtreecommitdiffstats
path: root/proto/rip
diff options
context:
space:
mode:
Diffstat (limited to 'proto/rip')
-rw-r--r--proto/rip/auth.c1
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;