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