dovecot-2.1: auth: passdb imap assert-crashed always

dovecot at dovecot.org dovecot at dovecot.org
Mon Sep 24 14:16:47 EEST 2012


details:   http://hg.dovecot.org/dovecot-2.1/rev/17a8f15beb8c
changeset: 14726:17a8f15beb8c
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Sep 24 14:16:41 2012 +0300
description:
auth: passdb imap assert-crashed always

diffstat:

 src/auth/passdb-imap.c |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r fd863826c892 -r 17a8f15beb8c src/auth/passdb-imap.c
--- a/src/auth/passdb-imap.c	Mon Sep 24 14:16:32 2012 +0300
+++ b/src/auth/passdb-imap.c	Mon Sep 24 14:16:41 2012 +0300
@@ -85,6 +85,7 @@
 		t_strconcat(auth_request->set->base_dir, "/",
 			    DNS_CLIENT_SOCKET_NAME, NULL);
 	set.password = password;
+	set.max_idle_time = IMAPC_DEFAULT_MAX_IDLE_TIME;
 
 	if (module->set_have_vars) {
 		str = t_str_new(128);


More information about the dovecot-cvs mailing list