[dovecot-cvs] dovecot/src/imap-login client.c,1.51.2.3,1.51.2.4
tss at dovecot.org
tss at dovecot.org
Fri Oct 13 21:06:44 UTC 2006
Update of /var/lib/cvs/dovecot/src/imap-login
In directory talvi:/tmp/cvs-serv1095/imap-login
Modified Files:
Tag: branch_1_0
client.c
Log Message:
New asserts / cleanup
Index: client.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/imap-login/client.c,v
retrieving revision 1.51.2.3
retrieving revision 1.51.2.4
diff -u -d -r1.51.2.3 -r1.51.2.4
--- client.c 10 Aug 2006 21:14:53 -0000 1.51.2.3
+++ client.c 13 Oct 2006 20:06:42 -0000 1.51.2.4
@@ -420,6 +420,8 @@
{
struct imap_client *client;
+ i_assert(fd != -1);
+
connection_queue_add(1);
/* always use nonblocking I/O */
More information about the dovecot-cvs
mailing list