0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-10-18 09:58:43 +00:00

Socktest: Allow BIRD logger

This commit is contained in:
Pavel Tvrdik 2016-04-05 09:12:28 +02:00
parent c46329e701
commit 856c3d105c

View File

@ -169,6 +169,7 @@ scan_infaces(void)
void void
bird_init(void) bird_init(void)
{ {
log_switch(1, NULL, NULL);
resource_init(); resource_init();
io_init(); io_init();
if_init(); if_init();