[dovecot-cvs] dovecot/src/imap client.c,1.45,1.46

cras at dovecot.org cras at dovecot.org
Sat Aug 28 21:04:52 EEST 2004


Update of /home/cvs/dovecot/src/imap
In directory talvi:/tmp/cvs-serv30063/imap

Modified Files:
	client.c 
Log Message:
Input handler tried to process multiple commands at once which broke things.



Index: client.c
===================================================================
RCS file: /home/cvs/dovecot/src/imap/client.c,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- client.c	28 Aug 2004 12:57:05 -0000	1.45
+++ client.c	28 Aug 2004 18:04:50 -0000	1.46
@@ -341,6 +341,7 @@
 		/* already processing one command. wait. */
 		io_remove(client->io);
 		client->io = NULL;
+		return;
 	}
 
 	client->input_pending = FALSE;



More information about the dovecot-cvs mailing list