]> andersk Git - openssh.git/blobdiff - ssh-keygen.c
- (djm) Bug #461: ssh-copy-id fails with no arguments. Patch from
[openssh.git] / ssh-keygen.c
index 3478e372376e26f2bcc92bf1de105f4d7db8bff5..6a872bcfd2085f9041c2944417a6b1546c0a33fd 100644 (file)
@@ -12,7 +12,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: ssh-keygen.c,v 1.101 2002/06/23 09:39:55 deraadt Exp $");
+RCSID("$OpenBSD: ssh-keygen.c,v 1.102 2002/11/26 00:45:03 wcobb Exp $");
 
 #include <openssl/evp.h>
 #include <openssl/pem.h>
@@ -109,7 +109,6 @@ ask_filename(struct passwd *pw, const char *prompt)
 
        snprintf(identity_file, sizeof(identity_file), "%s/%s", pw->pw_dir, name);
        fprintf(stderr, "%s (%s): ", prompt, identity_file);
-       fflush(stderr);
        if (fgets(buf, sizeof(buf), stdin) == NULL)
                exit(1);
        if (strchr(buf, '\n'))
This page took 0.039105 seconds and 4 git commands to generate.