Initialize pointers to functions so that code is actually alive.
This commit is contained in:
parent
3c7ad64c57
commit
9a38757c6a
1 changed files with 2 additions and 0 deletions
|
@ -410,6 +410,8 @@ rip_start(struct proto *p)
|
||||||
add_head( &P->interfaces, NODE rif );
|
add_head( &P->interfaces, NODE rif );
|
||||||
CHK_MAGIC;
|
CHK_MAGIC;
|
||||||
|
|
||||||
|
rip_init_instance(p);
|
||||||
|
|
||||||
DBG( "RIP: ...done\n");
|
DBG( "RIP: ...done\n");
|
||||||
return PS_UP;
|
return PS_UP;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue