From f3451a21819fbcf7a598d202f19329e03e2e5286 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Tue, 5 Feb 2002 12:40:46 +1100 Subject: - (djm) Cleanup after sync: - :%s/reverse_mapping_check/verify_reverse_mapping/g --- auth-sia.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'auth-sia.c') diff --git a/auth-sia.c b/auth-sia.c index 4e947cd4..8585f5d6 100644 --- a/auth-sia.c +++ b/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.reverse_mapping_check); + host = get_canonical_hostname(options.verify_reverse_mapping); 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.reverse_mapping_check); + host = get_canonical_hostname (options.verify_reverse_mapping); if (sia_ses_init(&ent, saved_argc, saved_argv, host, user, tty, 0, NULL) != SIASUCCESS) { -- cgit v1.2.1