From 6aea8905c4f0c2b0da6061b445894496e473145d Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Thu, 16 Dec 1999 12:18:33 +0000 Subject: TODO entries and FIXME's. --- proto/rip/rip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto') diff --git a/proto/rip/rip.c b/proto/rip/rip.c index 370466b..d863fa3 100644 --- a/proto/rip/rip.c +++ b/proto/rip/rip.c @@ -368,7 +368,7 @@ rip_process_packet( struct proto *p, struct rip_packet *packet, int num, ip_addr #ifndef IPV6 ipa_ntoh( block->netmask ); ipa_ntoh( block->nexthop ); - if (packet->heading.version == RIP_V1) + if (packet->heading.version == RIP_V1) /* FIXME: switch to disable this? (nonurgent) */ block->netmask = ipa_class_mask(block->network); #endif process_block( p, block, whotoldme ); -- cgit v1.2.3