summaryrefslogtreecommitdiffstats
path: root/proto
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>1999-03-17 14:05:25 +0100
committerPavel Machek <pavel@ucw.cz>1999-03-17 14:05:25 +0100
commit9a38757c6ab87bf64ebc22b25b1410a3a09e6b10 (patch)
treefe6fe0ad551ea712d606c4baadda33f407193f33 /proto
parent3c7ad64c57de77763357684fab919b2fc082a759 (diff)
downloadbird-9a38757c6ab87bf64ebc22b25b1410a3a09e6b10.tar
bird-9a38757c6ab87bf64ebc22b25b1410a3a09e6b10.zip
Initialize pointers to functions so that code is actually alive.
Diffstat (limited to 'proto')
-rw-r--r--proto/rip/rip.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/proto/rip/rip.c b/proto/rip/rip.c
index fdbdacd..6cd70d8 100644
--- a/proto/rip/rip.c
+++ b/proto/rip/rip.c
@@ -410,6 +410,8 @@ rip_start(struct proto *p)
add_head( &P->interfaces, NODE rif );
CHK_MAGIC;
+ rip_init_instance(p);
+
DBG( "RIP: ...done\n");
return PS_UP;
}