=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/auth-options.c,v retrieving revision 1.26.4.2 retrieving revision 1.27 diff -u -r1.26.4.2 -r1.27 --- src/usr.bin/ssh/auth-options.c 2004/03/04 18:18:15 1.26.4.2 +++ src/usr.bin/ssh/auth-options.c 2003/04/08 20:21:28 1.27 @@ -10,7 +10,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: auth-options.c,v 1.26.4.2 2004/03/04 18:18:15 brad Exp $"); +RCSID("$OpenBSD: auth-options.c,v 1.27 2003/04/08 20:21:28 itojun Exp $"); #include "xmalloc.h" #include "match.h" @@ -173,7 +173,7 @@ if (strncasecmp(opts, cp, strlen(cp)) == 0) { const char *remote_ip = get_remote_ipaddr(); const char *remote_host = get_canonical_hostname( - options.use_dns); + options.verify_reverse_mapping); char *patterns = xmalloc(strlen(opts) + 1); opts += strlen(cp);