]> andersk Git - openssh.git/blobdiff - scp.c
NOTE: This update changes the RSA key generation. *NEW RSA KEYS
[openssh.git] / scp.c
diff --git a/scp.c b/scp.c
index 74774928170c3f45836c9443e01d788a4119836e..d353b5ead5bc7a5990569d8aa9ca4c6351082eb9 100644 (file)
--- a/scp.c
+++ b/scp.c
@@ -75,7 +75,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: scp.c,v 1.48 2001/01/01 14:52:49 markus Exp $");
+RCSID("$OpenBSD: scp.c,v 1.49 2001/01/13 18:03:07 markus Exp $");
 
 #include "ssh.h"
 #include "xmalloc.h"
@@ -247,7 +247,7 @@ main(argc, argv)
        addargs("-oFallBackToRsh no");
 
        fflag = tflag = 0;
-       while ((ch = getopt(argc, argv, "dfprtvBCc:i:P:q46S:o:")) != EOF)
+       while ((ch = getopt(argc, argv, "dfprtvBCc:i:P:q46S:o:")) != -1)
                switch (ch) {
                /* User-visible flags. */
                case '4':
This page took 0.031718 seconds and 4 git commands to generate.