]> andersk Git - openssh.git/blobdiff - auth.c
- (djm) OpenBSD CVS Sync
[openssh.git] / auth.c
diff --git a/auth.c b/auth.c
index 8b58cc671b3e0fbd2fba98a91a67975c00bc5358..6b48addf71f77e98e00adbabebb6c69fd5806d22 100644 (file)
--- a/auth.c
+++ b/auth.c
@@ -23,7 +23,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: auth.c,v 1.47 2003/04/08 20:21:28 itojun Exp $");
+RCSID("$OpenBSD: auth.c,v 1.48 2003/06/02 09:17:34 markus Exp $");
 
 #ifdef HAVE_LOGIN_H
 #include <login.h>
@@ -141,7 +141,7 @@ allowed_user(struct passwd * pw)
        }
 
        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();
        }
 
This page took 0.034309 seconds and 4 git commands to generate.