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

Diff for /src/usr.bin/ftp/cmds.c between version 1.39 and 1.40

version 1.39, 2001/10/24 20:42:24 version 1.40, 2002/01/04 16:18:59
Line 584 
Line 584 
                 if (confirm("Continue with", mname)) {                  if (confirm("Continue with", mname)) {
                         interactive = ointer;                          interactive = ointer;
                         confirmrest = oconf;                          confirmrest = oconf;
                         longjmp(jabort, 0);                          longjmp(jabort, 1);
                 }                  }
                 interactive = ointer;                  interactive = ointer;
                 confirmrest = oconf;                  confirmrest = oconf;
         }          }
         mflag = 0;          mflag = 0;
         longjmp(jabort, 0);          longjmp(jabort, 1);
 }  }
   
 /*  /*

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40