1
0
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:
Martin Mares
1999-03-29 20:28:25 +00:00
parent e4912e3594
commit 78d5ec1504

View File

@@ -167,5 +167,4 @@ filters_postconfig(void)
if (startup_func)
interpret(startup_func);
printf( "done\n" );
exit(0);
}