]> andersk Git - gssapi-openssh.git/blobdiff - openssh/auth-sia.c
Import of OpenSSH 3.1p1
[gssapi-openssh.git] / openssh / auth-sia.c
index 4e947cd4ed1dc428c0afcea00bbe5f4876ecb7e6..8585f5d6b6fb4ba541eda0a9d0f4d7a24326ea78 100644 (file)
@@ -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) {
This page took 0.101694 seconds and 4 git commands to generate.