Commit 0498d92f authored by Pavel Machek's avatar Pavel Machek
Browse files

Believe it or not, printf()'s does not work too much without this one.

parent 8cda9cdb
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -194,6 +194,8 @@ main(int argc, char **argv)
#endif

  log_init_debug(NULL);
  setvbuf(stdout, NULL, _IONBF, 0);	/* And yes, this does make a difference */
  setvbuf(stderr, NULL, _IONBF, 0);
  parse_args(argc, argv);

  log(L_INFO "Launching BIRD 0.0.0...");