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

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


details:   http://hg.dovecot.org/dovecot-1.1/rev/e8cec6721def
changeset: 8040:e8cec6721def
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 c7795a8b9a2d -r e8cec6721def src/pop3-login/client-authenticate.c
--- a/src/pop3-login/client-authenticate.c	Sat Dec 13 13:17:56 2008 +0200
+++ b/src/pop3-login/client-authenticate.c	Sat Dec 13 13:19:03 2008 +0200
@@ -190,7 +190,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