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

Protocols have their own explicit init routines

This commit is contained in:
Maria Matejka
2022-03-18 22:05:50 +01:00
parent 0f68515263
commit 4a23ede2b0
31 changed files with 131 additions and 65 deletions

View File

@@ -906,8 +906,6 @@ main(int argc, char **argv)
open_pid_file();
protos_build();
proto_build(&proto_unix_kernel);
proto_build(&proto_unix_iface);
struct config *conf = read_config();