- (djm) Cleanup after sync:
   - :%s/reverse_mapping_check/verify_reverse_mapping/g
diff --git a/session.c b/session.c
index c6e527f..9bc01a0 100644
--- a/session.c
+++ b/session.c
@@ -195,7 +195,7 @@
 #ifdef WITH_AIXAUTHENTICATE
 	/* We don't have a pty yet, so just label the line as "ssh" */
 	if (loginsuccess(authctxt->user,
-	    get_canonical_hostname(options.reverse_mapping_check),
+	    get_canonical_hostname(options.verify_reverse_mapping),
 	    "ssh", &aixloginmsg) < 0)
 		aixloginmsg = NULL;
 #endif /* WITH_AIXAUTHENTICATE */
@@ -656,7 +656,7 @@
 	}
 
 	record_utmp_only(pid, s->tty, s->pw->pw_name,
-	    get_remote_name_or_ip(utmp_len, options.reverse_mapping_check),
+	    get_remote_name_or_ip(utmp_len, options.verify_reverse_mapping),
 	    (struct sockaddr *)&from);
 }
 #endif