[dovecot-cvs] dovecot/src/imap cmd-idle.c,1.27,1.28

cras at dovecot.org cras at dovecot.org
Sun Jan 15 17:59:18 EET 2006


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

Modified Files:
	cmd-idle.c 
Log Message:
IDLE: Handle disconnection differently (and maybe we won't crash anymore)



Index: cmd-idle.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/imap/cmd-idle.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- cmd-idle.c	14 Jan 2006 18:47:21 -0000	1.27
+++ cmd-idle.c	15 Jan 2006 15:59:15 -0000	1.28
@@ -80,7 +80,6 @@
 	switch (i_stream_read(client->input)) {
 	case -1:
 		/* disconnected */
-		idle_finish(ctx, FALSE);
 		client_destroy(client);
 		return;
 	case -2:



More information about the dovecot-cvs mailing list