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

Diff for /src/usr.bin/ssh/auth.c between version 1.31 and 1.32

version 1.31, 2001/12/19 07:18:56 version 1.32, 2002/01/29 14:32:03
Line 77 
Line 77 
                 return 0;                  return 0;
   
         if (options.num_deny_users > 0 || options.num_allow_users > 0) {          if (options.num_deny_users > 0 || options.num_allow_users > 0) {
                 hostname = get_canonical_hostname(options.reverse_mapping_check);                  hostname = get_canonical_hostname(options.verify_reverse_mapping);
                 ipaddr = get_remote_ipaddr();                  ipaddr = get_remote_ipaddr();
         }          }
   

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32