dovecot-1.2: POP3: A bit more code for handling nicely unsupport...

dovecot at dovecot.org dovecot at dovecot.org
Sat Dec 13 13:19:14 EET 2008


details:   http://hg.dovecot.org/dovecot-1.2/rev/403621c075c5
changeset: 8535:403621c075c5
user:      Timo Sirainen <tss at iki.fi>
date:      Sat Dec 13 13:19:03 2008 +0200
description:
POP3: A bit more code for handling nicely unsupported auth mechanisms.

diffstat:

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

diffs (12 lines):

diff -r 4693c9f72baa -r 403621c075c5 src/pop3-login/client-authenticate.c
--- a/src/pop3-login/client-authenticate.c	Sat Dec 13 13:16:54 2008 +0200
+++ b/src/pop3-login/client-authenticate.c	Sat Dec 13 13:19:03 2008 +0200
@@ -189,7 +189,7 @@ static void sasl_callback(struct client 
 				  data : AUTH_FAILED_MSG, NULL);
 		client_send_line(client, msg);
 
-		if (!client->destroyed) {
+		if (!client->destroyed && !client->auth_initializing) {
 			/* get back to normal client input. */
 			if (client->io != NULL)
 				io_remove(&client->io);


More information about the dovecot-cvs mailing list