]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Initialize pointers to functions so that code is actually alive.
authorPavel Machek <pavel@ucw.cz>
Wed, 17 Mar 1999 13:05:25 +0000 (13:05 +0000)
committerPavel Machek <pavel@ucw.cz>
Wed, 17 Mar 1999 13:05:25 +0000 (13:05 +0000)
proto/rip/rip.c

index fdbdacd33917c4936d8da2a88efd5440bf14c482..6cd70d864a7fd6144304087ef657f26ab43a76f7 100644 (file)
@@ -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;
 }