From 78d5ec15043ab67fdf31feabe4a83129488625fe Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 29 Mar 1999 20:28:25 +0000 Subject: 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(-) (limited to 'filter/f-util.c') diff --git a/filter/f-util.c b/filter/f-util.c index ee7ea2d..12902df 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); } -- cgit v1.2.3