From 78d5ec15043ab67fdf31feabe4a83129488625fe Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 29 Mar 1999 20:28:25 +0000 Subject: [PATCH] Please don't commit debugging code which makes BIRD exit before anything actually starts to happen. Grrr. --- filter/f-util.c | 1 - 1 file changed, 1 deletion(-) diff --git a/filter/f-util.c b/filter/f-util.c index ee7ea2de..12902df6 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); }