Miscellaneous ssh2 fixes. plink is now relatively sane
[u/mdw/putty] / scp.c
diff --git a/scp.c b/scp.c
index b1cae2f..1160139 100644 (file)
--- a/scp.c
+++ b/scp.c
@@ -957,7 +957,7 @@ int main(int argc, char *argv[])
 
     default_protocol = PROT_TELNET;
 
-    flags = 0;
+    flags = FLAG_STDERR;
     ssh_get_password = &get_password;
     init_winsock();