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

Diff for /src/usr.bin/ssh/Attic/sftp-int.c between version 1.57 and 1.58

version 1.57, 2003/03/05 22:33:43 version 1.58, 2003/04/14 21:31:27
Line 569 
Line 569 
                 xfree(abs_dst);                  xfree(abs_dst);
         if (tmp_dst)          if (tmp_dst)
                 xfree(tmp_dst);                  xfree(tmp_dst);
           globfree(&g);
         return(err);          return(err);
 }  }
   

Legend:
Removed from v.1.57  
changed lines
  Added in v.1.58