[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.36 and 1.37

version 1.36, 2002/06/16 21:30:58 version 1.37, 2002/06/27 08:49:44
Line 109 
Line 109 
   
         if (!(lb = malloc(sizeof(*lb)))) {          if (!(lb = malloc(sizeof(*lb)))) {
                 if (errfun)                  if (errfun)
                         (*errfun) ("linebuf (%s): malloc failed\n", lb->filename);                          (*errfun) ("linebuf (%s): malloc failed\n",
                               filename ? filename : "(stdin)");
                 return (NULL);                  return (NULL);
         }          }
         if (filename) {          if (filename) {

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37