1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Moved initialization of protocol list to proto.c.

Added sysdep configuration hooks.
This commit is contained in:
Martin Mares
1999-12-06 13:44:45 +00:00
parent a9c986f981
commit 7c0cc76ed7
3 changed files with 9 additions and 1 deletions

View File

@@ -155,6 +155,7 @@ protos_preconfig(struct config *c)
init_list(&inactive_proto_list);
init_list(&initial_proto_list);
init_list(&flush_proto_list);
init_list(&c->protos);
debug("Protocol preconfig:");
WALK_LIST(p, protocol_list)
{