dovecot-2.0: auth worker: Reset lookup timeout each time a line ...

dovecot at dovecot.org dovecot at dovecot.org
Fri Jul 16 02:17:37 EEST 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/d13c1043096e
changeset: 11833:d13c1043096e
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Jul 16 00:17:33 2010 +0100
description:
auth worker: Reset lookup timeout each time a line is received for a multi-line lookup.

diffstat:

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

diffs (11 lines):

diff -r 2d6bac30ea75 -r d13c1043096e src/auth/auth-worker-server.c
--- a/src/auth/auth-worker-server.c	Fri Jul 16 00:11:50 2010 +0100
+++ b/src/auth/auth-worker-server.c	Fri Jul 16 00:17:33 2010 +0100
@@ -237,6 +237,7 @@
 {
 	if (strncmp(line, "*\t", 2) == 0) {
 		/* multi-line reply, not finished yet */
+		timeout_reset(conn->to);
 	} else {
 		conn->request = NULL;
 		timeout_remove(&conn->to);


More information about the dovecot-cvs mailing list