From ec21aecfddde3be2b061850a050108265dfbf194 Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Thu, 11 May 2000 10:33:18 +0000 Subject: Fixed nasty segfault in rip. --- nest/route.h | 1 + 1 file changed, 1 insertion(+) (limited to 'nest/route.h') diff --git a/nest/route.h b/nest/route.h index 523d390..fac5b38 100644 --- a/nest/route.h +++ b/nest/route.h @@ -155,6 +155,7 @@ typedef struct rte { byte metric; /* RIP metric */ u16 tag; /* External route tag */ bird_clock_t lastmodX; /* Strange kind of last modification time */ + struct rip_entry *entry; } rip; #endif #ifdef CONFIG_OSPF -- cgit v1.2.3