|
Line
Link Here
|
| 0 |
-- auth.c_old 2005-04-05 13:07:20.000000000 +0530 |
0 |
++ auth.c 2005-04-05 13:07:11.000000000 +0530 |
|
Lines 150-155
Link Here
|
| 150 |
ipaddr = get_remote_ipaddr(); |
150 |
ipaddr = get_remote_ipaddr(); |
| 151 |
} |
151 |
} |
|
|
152 |
if (options.num_deny_groups > 0 || options.num_allow_groups > 0) { |
| 153 |
hostname = get_canonical_hostname(options.use_dns); |
| 154 |
ipaddr = get_remote_ipaddr(); |
| 155 |
} |
| 152 |
/* Return false if user is listed in DenyUsers */ |
156 |
/* Return false if user is listed in DenyUsers */ |
| 153 |
if (options.num_deny_users > 0) { |
157 |
if (options.num_deny_users > 0) { |