]> andersk Git - openssh.git/blobdiff - auth.c
- (djm) Fix missed log => logit occurance (reference by function pointer)
[openssh.git] / auth.c
diff --git a/auth.c b/auth.c
index 514b0b456b9688bd1b42d67f419b1c26557d12b9..ba26034d5f023a828d78b90de260e0d834e6d097 100644 (file)
--- a/auth.c
+++ b/auth.c
@@ -252,7 +252,7 @@ auth_log(Authctxt *authctxt, int authenticated, char *method, char *info)
            !authctxt->valid ||
            authctxt->failures >= AUTH_FAIL_LOG ||
            strcmp(method, "password") == 0)
-               authlog = log;
+               authlog = logit;
 
        if (authctxt->postponed)
                authmsg = "Postponed";
This page took 0.112648 seconds and 4 git commands to generate.