dovecot-1.0: Retrying delayed auth binds after LDAP server recon...

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


details:   http://hg.dovecot.org/dovecot-1.0/rev/1860d1dcee4c
changeset: 5359:1860d1dcee4c
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 7009b4409849 -r 1860d1dcee4c 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
@@ -283,6 +283,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