]> andersk Git - openssh.git/blobdiff - monitor.c
- (djm) Add back radix.o (used by AFS support), after it went missing from
[openssh.git] / monitor.c
index 46db0e9b0b113ebd4463a7b70ef2c4e7c1eeb2c2..99b4d56ec5bb656ce0c7fb373b0a3af4047d0475 100644 (file)
--- a/monitor.c
+++ b/monitor.c
@@ -606,7 +606,7 @@ mm_answer_authpassword(int socket, Buffer *m)
        passwd = buffer_get_string(m, &plen);
        /* Only authenticate if the context is valid */
        authenticated = options.password_authentication &&
-           authctxt->valid && auth_password(authctxt, passwd);
+           auth_password(authctxt, passwd) && authctxt->valid;
        memset(passwd, 0, strlen(passwd));
        xfree(passwd);
 
This page took 0.030401 seconds and 4 git commands to generate.