]> andersk Git - gssapi-openssh.git/blobdiff - openssh/auth-sia.c
The man2html from jbasney on pkilab2 works whereas the standard one doesn't.
[gssapi-openssh.git] / openssh / auth-sia.c
index 8585f5d6b6fb4ba541eda0a9d0f4d7a24326ea78..4e947cd4ed1dc428c0afcea00bbe5f4876ecb7e6 100644 (file)
@@ -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) {
This page took 0.288072 seconds and 4 git commands to generate.