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

Diff for /src/usr.bin/ssh/sftp.c between version 1.97 and 1.98

version 1.97, 2007/10/24 03:30:02 version 1.98, 2007/12/12 05:04:03
Line 1068 
Line 1068 
                         *path1 = xstrdup(argv[optidx]);                          *path1 = xstrdup(argv[optidx]);
                 break;                  break;
         case I_LLS:          case I_LLS:
                   /* Skip ls command and following whitespace */
                   cp = cp + strlen(cmd) + strspn(cp, WHITESPACE);
         case I_SHELL:          case I_SHELL:
                 /* Uses the rest of the line */                  /* Uses the rest of the line */
                 break;                  break;

Legend:
Removed from v.1.97  
changed lines
  Added in v.1.98