diff options
Diffstat (limited to 'tools/plink/ssh.c')
-rwxr-xr-x[-rw-r--r--] | tools/plink/ssh.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/plink/ssh.c b/tools/plink/ssh.c index 4eb84f899..cef4455e8 100644..100755 --- a/tools/plink/ssh.c +++ b/tools/plink/ssh.c @@ -1126,6 +1126,7 @@ static void c_write_stderr(int trusted, const char *buf, int len) for (i = 0; i < len; i++) if (buf[i] != '\r' && (trusted || buf[i] == '\n' || (buf[i] & 0x60))) fputc(buf[i], stderr); + fflush(stderr); } static void c_write(Ssh ssh, const char *buf, int len) |