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

Diff for /src/usr.bin/ssh/monitor.c between version 1.7 and 1.8

version 1.7, 2002/03/24 23:20:00 version 1.8, 2002/03/27 17:45:42
Line 864 
Line 864 
         data = buffer_get_string(m, &datalen);          data = buffer_get_string(m, &datalen);
   
         if (hostbased_cuser == NULL || hostbased_chost == NULL ||          if (hostbased_cuser == NULL || hostbased_chost == NULL ||
            monitor_allowed_key(blob, bloblen) == NULL)            !monitor_allowed_key(blob, bloblen))
                 fatal("%s: bad key, not previously allowed", __FUNCTION__);                  fatal("%s: bad key, not previously allowed", __FUNCTION__);
   
         key = key_from_blob(blob, bloblen);          key = key_from_blob(blob, bloblen);

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8