From: Pavel Machek Date: Wed, 17 Mar 1999 13:05:25 +0000 (+0000) Subject: Initialize pointers to functions so that code is actually alive. X-Git-Tag: v1.2.0~1660 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a38757c6ab87bf64ebc22b25b1410a3a09e6b10;p=thirdparty%2Fbird.git Initialize pointers to functions so that code is actually alive. --- diff --git a/proto/rip/rip.c b/proto/rip/rip.c index fdbdacd33..6cd70d864 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; }