Commit 78d5ec15 authored by Martin Mares's avatar Martin Mares
Browse files

Please don't commit debugging code which makes BIRD exit before anything

actually starts to happen. Grrr.
parent e4912e35
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -167,5 +167,4 @@ filters_postconfig(void)
  if (startup_func)
    interpret(startup_func);
  printf( "done\n" );
  exit(0);
}