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

Diff for /src/usr.bin/ssh/Attic/radix.c between version 1.10 and 1.11

version 1.10, 2000/05/04 22:38:00 version 1.11, 2000/05/05 18:53:42
Line 131 
Line 131 
         char version;          char version;
         char temp[2048];          char temp[2048];
   
         if (!(len = uudecode(buf, (unsigned char *)temp, sizeof(temp))))          len = uudecode(buf, (unsigned char *)temp, sizeof(temp));
           if (len < 0)
                 return 0;                  return 0;
   
         p = temp;          p = temp;

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11