[dovecot-cvs] dovecot/src/imap client.c,1.67.2.1,1.67.2.2

tss at dovecot.org tss at dovecot.org
Tue Nov 7 19:37:05 UTC 2006


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

Modified Files:
      Tag: branch_1_0
	client.c 
Log Message:
Crashfix at quit



Index: client.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/imap/client.c,v
retrieving revision 1.67.2.1
retrieving revision 1.67.2.2
diff -u -d -r1.67.2.1 -r1.67.2.2
--- client.c	30 May 2006 13:14:41 -0000	1.67.2.1
+++ client.c	7 Nov 2006 19:37:03 -0000	1.67.2.2
@@ -276,7 +276,7 @@
 	client->last_input = ioloop_time;
 
 	client->command_pending = FALSE;
-	if (client->io == NULL) {
+	if (client->io == NULL && !client->disconnected) {
 		client->io = io_add(i_stream_get_fd(client->input),
 				    IO_READ, _client_input, client);
 	}



More information about the dovecot-cvs mailing list