summaryrefslogtreecommitdiff
path: root/auth.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth.c')
-rw-r--r--auth.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/auth.c b/auth.c
index 9541640ae..efa7ee28b 100644
--- a/auth.c
+++ b/auth.c
@@ -23,7 +23,7 @@
23 */ 23 */
24 24
25#include "includes.h" 25#include "includes.h"
26RCSID("$OpenBSD: auth.c,v 1.31 2001/12/19 07:18:56 deraadt Exp $"); 26RCSID("$OpenBSD: auth.c,v 1.32 2002/01/29 14:32:03 markus Exp $");
27 27
28#ifdef HAVE_LOGIN_H 28#ifdef HAVE_LOGIN_H
29#include <login.h> 29#include <login.h>
@@ -111,7 +111,7 @@ allowed_user(struct passwd * pw)
111 return 0; 111 return 0;
112 112
113 if (options.num_deny_users > 0 || options.num_allow_users > 0) { 113 if (options.num_deny_users > 0 || options.num_allow_users > 0) {
114 hostname = get_canonical_hostname(options.reverse_mapping_check); 114 hostname = get_canonical_hostname(options.verify_reverse_mapping);
115 ipaddr = get_remote_ipaddr(); 115 ipaddr = get_remote_ipaddr();
116 } 116 }
117 117