[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.144 and 1.145

version 1.144, 2023/12/12 22:00:43 version 1.145, 2023/12/15 10:28:57
Line 627 
Line 627 
                         }                          }
   
                         rval = auto_fetch(argc, argv, outfile);                          rval = auto_fetch(argc, argv, outfile);
                         if (rval >= 0 || pipeout) /* -1 == connected and cd-ed */                          /* -1 == connected and cd-ed */
                           if (rval >= 0 || outfile != NULL)
                                 exit(rval);                                  exit(rval);
                 } else {                  } else {
 #ifndef SMALL  #ifndef SMALL

Legend:
Removed from v.1.144  
changed lines
  Added in v.1.145