- (djm) Cleanup after sync:
   - :%s/reverse_mapping_check/verify_reverse_mapping/g
diff --git a/auth-sia.c b/auth-sia.c
index 4e947cd..8585f5d 100644
--- a/auth-sia.c
+++ b/auth-sia.c
@@ -29,7 +29,7 @@
 	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 @@
 	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) {