[BACK]Return to main.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ftp

Diff for /src/usr.bin/ftp/main.c between version 1.139 and 1.140

version 1.139, 2023/11/09 18:18:59 version 1.140, 2023/11/22 02:16:20
Line 640 
Line 640 
                         }                          }
   
                         rval = auto_fetch(argc, argv, outfile);                          rval = auto_fetch(argc, argv, outfile);
                         if (rval >= 0)          /* -1 == connected and cd-ed */                          if (rval >= 0 || pipeout) /* -1 == connected and cd-ed */
                                 exit(rval);                                  exit(rval);
                 } else {                  } else {
 #ifndef SMALL  #ifndef SMALL

Legend:
Removed from v.1.139  
changed lines
  Added in v.1.140