From: Martin Mares Date: Mon, 29 Mar 1999 20:28:25 +0000 (+0000) Subject: Please don't commit debugging code which makes BIRD exit before anything X-Git-Tag: v1.2.0~1637 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78d5ec15043ab67fdf31feabe4a83129488625fe;p=thirdparty%2Fbird.git Please don't commit debugging code which makes BIRD exit before anything actually starts to happen. Grrr. --- diff --git a/filter/f-util.c b/filter/f-util.c index ee7ea2def..12902df63 100644 --- a/filter/f-util.c +++ b/filter/f-util.c @@ -167,5 +167,4 @@ filters_postconfig(void) if (startup_func) interpret(startup_func); printf( "done\n" ); - exit(0); }