]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Please don't commit debugging code which makes BIRD exit before anything
authorMartin Mares <mj@ucw.cz>
Mon, 29 Mar 1999 20:28:25 +0000 (20:28 +0000)
committerMartin Mares <mj@ucw.cz>
Mon, 29 Mar 1999 20:28:25 +0000 (20:28 +0000)
actually starts to happen. Grrr.

filter/f-util.c

index ee7ea2def5660d502bbe34a5b78d1e8619d6936d..12902df63594a4712727a794f2cb043dc6884886 100644 (file)
@@ -167,5 +167,4 @@ filters_postconfig(void)
   if (startup_func)
     interpret(startup_func);
   printf( "done\n" );
-  exit(0);
 }