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

Diff for /src/usr.bin/ssh/ssh-keyscan.c between version 1.34 and 1.35

version 1.34, 2002/02/22 12:20:34 version 1.35, 2002/03/04 18:30:23
Line 487 
Line 487 
                 conrecycle(s);                  conrecycle(s);
                 return;                  return;
         }          }
           if (n == 0) {
                   error("%s: Connection closed by remote host", c->c_name);
                   conrecycle(s);
                   return;
           }
         if (*cp != '\n' && *cp != '\r') {          if (*cp != '\n' && *cp != '\r') {
                 error("%s: bad greeting", c->c_name);                  error("%s: bad greeting", c->c_name);
                 confree(s);                  confree(s);

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35