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

Diff for /src/usr.bin/ssh/monitor_wrap.c between version 1.14 and 1.15

version 1.14, 2002/06/30 21:59:45 version 1.15, 2002/07/04 04:15:33
Line 490 
Line 490 
                 *lenp = len;                  *lenp = len;
         if (blobp != NULL)          if (blobp != NULL)
                 *blobp = buf;                  *blobp = buf;
           else
                   xfree(blobp);
         return len;          return len;
 }  }
   

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15