]> andersk Git - openssh.git/blobdiff - auth-rh-rsa.c
*** empty log message ***
[openssh.git] / auth-rh-rsa.c
index d7848d04c4dd6ba0fdb56efcb91ac9823d8c9f6c..8675de58000b201bde10f32ceab2ea76574b0f66 100644 (file)
@@ -75,7 +75,7 @@ auth_rhosts_rsa(struct passwd *pw, char *cuser, Key *client_host_key)
 
        /* Perform the challenge-response dialog with the client for the host key. */
        if (!auth_rsa_challenge_dialog(client_host_key)) {
-               log("Client on %.800s failed to respond correctly to host authentication.",
+               logit("Client on %.800s failed to respond correctly to host authentication.",
                    chost);
                return 0;
        }
This page took 0.033984 seconds and 4 git commands to generate.