Commit 365ebd3e authored by antma's avatar antma

remove undefined behavior flush (stdin) call

http://stackoverflow.com/questions/2979209/using-fflushstdin
parent 20d89547
......@@ -570,7 +570,6 @@ int loop (void) {
}
write_auth_file ();
fflush (stdin);
fflush (stdout);
fflush (stderr);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment