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
1 changed files with 0 additions and 1 deletions
|
@ -167,5 +167,4 @@ filters_postconfig(void)
|
||||||
if (startup_func)
|
if (startup_func)
|
||||||
interpret(startup_func);
|
interpret(startup_func);
|
||||||
printf( "done\n" );
|
printf( "done\n" );
|
||||||
exit(0);
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue