[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.61 and 1.62

version 1.61, 2006/03/19 18:51:18 version 1.62, 2006/03/19 18:59:49
Line 130 
Line 130 
                 lb->stream = stdin;                  lb->stream = stdin;
         }          }
   
         if (!(lb->buf = malloc(lb->size = LINEBUF_SIZE))) {          if (!(lb->buf = malloc((lb->size = LINEBUF_SIZE)))) {
                 if (errfun)                  if (errfun)
                         (*errfun) ("linebuf (%s): malloc failed\n", lb->filename);                          (*errfun) ("linebuf (%s): malloc failed\n", lb->filename);
                 xfree(lb);                  xfree(lb);
Line 595 
Line 595 
                         keyprint(c, keygrab_ssh1(c));                          keyprint(c, keygrab_ssh1(c));
                         confree(s);                          confree(s);
                         return;                          return;
                         break;  
                 default:                  default:
                         fatal("conread: invalid status %d", c->c_status);                          fatal("conread: invalid status %d", c->c_status);
                         break;                          break;

Legend:
Removed from v.1.61  
changed lines
  Added in v.1.62