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

Lib: Check size of nets

This commit is contained in:
Ondrej Zajicek (work)
2017-12-10 13:18:36 +01:00
parent a32a7b58ce
commit 67a2eb9177
3 changed files with 23 additions and 2 deletions

View File

@@ -820,6 +820,7 @@ main(int argc, char **argv)
log_init_debug("");
log_switch(debug_flag, NULL, NULL);
net_init();
resource_init();
timer_init();
olock_init();