From 8b79c4ccd597b90222f57eb3dfadeb24f39db7bd Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Mon, 5 Jun 2000 15:41:44 +0000 Subject: Add safety check. --- proto/rip/rip.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto/rip/rip.h') diff --git a/proto/rip/rip.h b/proto/rip/rip.h index 67fd5b0..30002ea 100644 --- a/proto/rip/rip.h +++ b/proto/rip/rip.h @@ -52,7 +52,7 @@ struct rip_block { /* 20 bytes */ u32 metric; }; #else -struct rip_block { /* IPv6 version! */ +struct rip_block { /* IPv6 version!, 20 bytes, too */ ip_addr network; u16 tag; u8 pxlen; -- cgit v1.2.3