[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.230 and 1.231

version 1.230, 2023/03/28 07:44:32 version 1.231, 2023/03/29 00:59:08
Line 748 
Line 748 
                         goto out;                          goto out;
                 }                  }
   
                   free(abs_dst);
                   abs_dst = NULL;
                 if (g.gl_matchc == 1 && tmp_dst) {                  if (g.gl_matchc == 1 && tmp_dst) {
                         /* If directory specified, append filename */                          /* If directory specified, append filename */
                         if (dst_is_dir)                          if (dst_is_dir)

Legend:
Removed from v.1.230  
changed lines
  Added in v.1.231