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

Diff for /src/usr.bin/ssh/auth2-hostbased.c between version 1.12 and 1.13

version 1.12, 2008/07/17 08:51:07 version 1.13, 2010/03/04 10:36:03
Line 144 
Line 144 
         HostStatus host_status;          HostStatus host_status;
         int len;          int len;
   
           if (auth_key_is_revoked(key))
                   return 0;
   
         resolvedname = get_canonical_hostname(options.use_dns);          resolvedname = get_canonical_hostname(options.use_dns);
         ipaddr = get_remote_ipaddr();          ipaddr = get_remote_ipaddr();
   

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13