mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-22 01:31:55 +00:00
Believe it or not, printf()'s does not work too much without this one.
This commit is contained in:
parent
8cda9cdbcf
commit
0498d92f95
@ -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...");
|
||||
|
Loading…
Reference in New Issue
Block a user