]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - psftp.c
Pageant and PuTTYgen About boxes: add the website button.
[PuTTY.git] / psftp.c
diff --git a/psftp.c b/psftp.c
index 09309a79f4d47dfe5946353b2bc5ed90efb6d22d..5394c1fbb9150007422c8f9d0b39da66ff8aa37e 100644 (file)
--- a/psftp.c
+++ b/psftp.c
@@ -1050,6 +1050,7 @@ int sftp_cmd_ls(struct sftp_command *cmd)
 
     if (dirh == NULL) {
        printf("Unable to open %s: %s\n", dir, fxp_error());
+       return 0;
     } else {
        nnames = namesize = 0;
        ournames = NULL;
@@ -2670,7 +2671,7 @@ static void version(void)
   char *buildinfo_text = buildinfo("\n");
   printf("psftp: %s\n%s\n", ver, buildinfo_text);
   sfree(buildinfo_text);
-  cleanup_exit(1);
+  exit(0);
 }
 
 /*