[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.47 and 1.48

version 1.47, 2003/04/08 20:21:28 version 1.48, 2003/06/02 09:17:34
Line 91 
Line 91 
         }          }
   
         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.verify_reverse_mapping);                  hostname = get_canonical_hostname(options.use_dns);
                 ipaddr = get_remote_ipaddr();                  ipaddr = get_remote_ipaddr();
         }          }
   

Legend:
Removed from v.1.47  
changed lines
  Added in v.1.48