]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
pam: Compiling fix.
authorTimo Sirainen <tss@iki.fi>
Mon, 6 Apr 2009 17:14:03 +0000 (13:14 -0400)
committerTimo Sirainen <tss@iki.fi>
Mon, 6 Apr 2009 17:14:03 +0000 (13:14 -0400)
--HG--
branch : HEAD

src/auth/passdb-pam.c

index ee05c053d2097a2d8c3907ef265ba6696d631359..ea6b2b39e989aa979fbdb0e342ff287e0eb10bdb 100644 (file)
@@ -180,7 +180,7 @@ static int try_pam_auth(struct auth_request *request, pam_handle_t *pamh,
                        auth_request_log_error(request, "pam", "%s", str);
                } else if (status == PAM_AUTH_ERR) {
                        str = t_strconcat(str, " (password mismatch?)", NULL);
-                       if (request->auth->verbose_debug_passwords) {
+                       if (request->auth->set->debug_passwords) {
                                str = t_strconcat(str, " (given password: ",
                                                  request->mech_password,
                                                  ")", NULL);