X-Git-Url: http://andersk.mit.edu/gitweb/gssapi-openssh.git/blobdiff_plain/1e608e420beaca67ca6bc6bef308f9f9f6132a66..09dcbb73d661c6366f40e769a038ef72a7395988:/openssh/auth-sia.c diff --git a/openssh/auth-sia.c b/openssh/auth-sia.c index 8585f5d..4e947cd 100644 --- a/openssh/auth-sia.c +++ b/openssh/auth-sia.c @@ -29,7 +29,7 @@ auth_sia_password(char *user, char *pass) SIAENTITY *ent = NULL; const char *host; - host = get_canonical_hostname(options.verify_reverse_mapping); + host = get_canonical_hostname(options.reverse_mapping_check); if (!user || !pass) return(0); @@ -58,7 +58,7 @@ session_setup_sia(char *user, char *tty) SIAENTITY *ent = NULL; const char *host; - host = get_canonical_hostname (options.verify_reverse_mapping); + host = get_canonical_hostname (options.reverse_mapping_check); if (sia_ses_init(&ent, saved_argc, saved_argv, host, user, tty, 0, NULL) != SIASUCCESS) {