dovecot: Retrying delayed auth binds after LDAP server reconnect...

dovecot at dovecot.org dovecot at dovecot.org
Wed Aug 1 12:58:03 EEST 2007


details:   http://hg.dovecot.org/dovecot/rev/58144db52331
changeset: 6152:58144db52331
user:      Timo Sirainen <tss at iki.fi>
date:      Wed Aug 01 12:57:59 2007 +0300
description:
Retrying delayed auth binds after LDAP server reconnection assert-crashed.

diffstat:

1 file changed, 1 insertion(+)
src/auth/db-ldap.c |    1 +

diffs (11 lines):

diff -r e841f00d368c -r 58144db52331 src/auth/db-ldap.c
--- a/src/auth/db-ldap.c	Mon Jul 30 09:17:51 2007 +0300
+++ b/src/auth/db-ldap.c	Wed Aug 01 12:57:59 2007 +0300
@@ -298,6 +298,7 @@ static void ldap_conn_retry_requests(str
 			i_assert(request->filter == NULL);
 			request->callback(conn, request, NULL);
 		}
+		conn->delayed_requests_head = NULL;
 	}
 	hash_destroy(old_requests);
 


More information about the dovecot-cvs mailing list