[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.165 and 1.166

version 1.165, 2014/08/19 23:57:18 version 1.166, 2014/08/20 01:28:55
Line 1498 
Line 1498 
                 err = do_df(conn, path1, hflag, iflag);                  err = do_df(conn, path1, hflag, iflag);
                 break;                  break;
         case I_LCHDIR:          case I_LCHDIR:
                 tmp = tilde_expand_filename(path1, getuid())                  tmp = tilde_expand_filename(path1, getuid());
                 free(path1);                  free(path1);
                 path1 = tmp;                  path1 = tmp;
                 if (chdir(path1) == -1) {                  if (chdir(path1) == -1) {

Legend:
Removed from v.1.165  
changed lines
  Added in v.1.166