mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-17 16:48:43 +00:00
Please don't commit debugging code which makes BIRD exit before anything
actually starts to happen. Grrr.
This commit is contained in:
parent
e4912e3594
commit
78d5ec1504
@ -167,5 +167,4 @@ filters_postconfig(void)
|
||||
if (startup_func)
|
||||
interpret(startup_func);
|
||||
printf( "done\n" );
|
||||
exit(0);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user