[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.48 and 1.49

version 1.48, 2002/09/11 22:41:50 version 1.49, 2002/09/12 00:13:06
Line 207 
Line 207 
 path_strip(char *path, char *strip)  path_strip(char *path, char *strip)
 {  {
         size_t len;          size_t len;
         char *ret;  
   
         if (strip == NULL)          if (strip == NULL)
                 return (xstrdup(path));                  return (xstrdup(path));

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.49