[dovecot-cvs] dovecot/src/imap client.c,1.79,1.80

tss at dovecot.org tss at dovecot.org
Thu Mar 15 16:41:49 EET 2007


Update of /var/lib/cvs/dovecot/src/imap
In directory talvi:/tmp/cvs-serv11979

Modified Files:
	client.c 
Log Message:
Fixed infinite looping in some conditions



Index: client.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/imap/client.c,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -d -r1.79 -r1.80
--- client.c	22 Feb 2007 21:49:34 -0000	1.79
+++ client.c	15 Mar 2007 14:41:47 -0000	1.80
@@ -594,7 +594,7 @@
 	if (client->output->closed)
 		client_destroy(client, NULL);
 	else
-		client_continue_pending_input(client);
+		client_add_missing_io(client);
 }
 
 static void client_output_cmd(struct client_command_context *cmd)



More information about the dovecot-cvs mailing list