[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
- Previous message: [dovecot-cvs] dovecot/src/lib ioloop-epoll.c, 1.21, 1.22 ioloop-internal.h, 1.19, 1.20 ioloop-kqueue.c, 1.16, 1.17 ioloop-poll.c, 1.35, 1.36 ioloop-select.c, 1.25, 1.26 ioloop.c, 1.45, 1.46
- Next message: [dovecot-cvs] dovecot/src/lib failures.c,1.27.2.8,1.27.2.9
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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)
- Previous message: [dovecot-cvs] dovecot/src/lib ioloop-epoll.c, 1.21, 1.22 ioloop-internal.h, 1.19, 1.20 ioloop-kqueue.c, 1.16, 1.17 ioloop-poll.c, 1.35, 1.36 ioloop-select.c, 1.25, 1.26 ioloop.c, 1.45, 1.46
- Next message: [dovecot-cvs] dovecot/src/lib failures.c,1.27.2.8,1.27.2.9
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dovecot-cvs
mailing list