diff options
author | Martin Mares <mj@ucw.cz> | 1999-03-29 22:28:25 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1999-03-29 22:28:25 +0200 |
commit | 78d5ec15043ab67fdf31feabe4a83129488625fe (patch) | |
tree | d949f6a89e4f503747fdffef08bfa2cfad0cb79c | |
parent | e4912e3594c9211c8a147f1dcd4eeaf3b0095ed0 (diff) | |
download | bird-78d5ec15043ab67fdf31feabe4a83129488625fe.tar bird-78d5ec15043ab67fdf31feabe4a83129488625fe.zip |
Please don't commit debugging code which makes BIRD exit before anything
actually starts to happen. Grrr.
-rw-r--r-- | filter/f-util.c | 1 |
1 files changed, 0 insertions, 1 deletions
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); } |