[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.56.2.1 and 1.56.2.2

version 1.56.2.1, 2005/03/10 16:28:27 version 1.56.2.2, 2005/06/05 02:22:39
Line 89 
Line 89 
                 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 ||
               options.num_deny_groups > 0 || options.num_allow_groups > 0) {
                 hostname = get_canonical_hostname(options.use_dns);                  hostname = get_canonical_hostname(options.use_dns);
                 ipaddr = get_remote_ipaddr();                  ipaddr = get_remote_ipaddr();
         }          }

Legend:
Removed from v.1.56.2.1  
changed lines
  Added in v.1.56.2.2