dovecot: "Waiting for auth process" was supposed to come after 3...

dovecot at dovecot.org dovecot at dovecot.org
Sun Jan 6 01:34:54 EET 2008


details:   http://hg.dovecot.org/dovecot/rev/9bbe74f6f2a9
changeset: 7114:9bbe74f6f2a9
user:      Timo Sirainen <tss at iki.fi>
date:      Sun Jan 06 01:34:51 2008 +0200
description:
"Waiting for auth process" was supposed to come after 30s, not 30ms.

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
src/imap-login/client.c |    2 +-

diffs (12 lines):

diff -r d5dd0841b2db -r 9bbe74f6f2a9 src/imap-login/client.c
--- a/src/imap-login/client.c	Sun Jan 06 00:48:18 2008 +0200
+++ b/src/imap-login/client.c	Sun Jan 06 01:34:51 2008 +0200
@@ -40,7 +40,7 @@
 
 /* If we've been waiting auth server to respond for over this many milliseconds,
    send a "waiting" message. */
-#define AUTH_WAITING_TIMEOUT_MSECS 30
+#define AUTH_WAITING_TIMEOUT_MSECS (30*1000)
 
 #if CLIENT_LOGIN_IDLE_TIMEOUT_MSECS >= AUTH_REQUEST_TIMEOUT*1000
 #  error client idle timeout must be smaller than authentication timeout


More information about the dovecot-cvs mailing list