ssh-add.exe being fixed to work in Windows

setvbuf to avoid in Windows for stdio
This commit is contained in:
quamrulmina 2015-12-22 14:58:19 -06:00
parent f8f10e1911
commit 3cdffbc29e
1 changed files with 2 additions and 0 deletions

View File

@ -508,7 +508,9 @@ main(int argc, char **argv)
OpenSSL_add_all_algorithms();
#endif
#ifndef WIN32_FIXME
setvbuf(stdout, NULL, _IOLBF, 0);
#endif
/* First, get a connection to the authentication agent. */
switch (r = ssh_get_authentication_socket(&agent_fd)) {