[dovecot-cvs] dovecot/src/imap-login client.c,1.54,1.55

tss at dovecot.org tss at dovecot.org
Fri Oct 13 21:06:48 UTC 2006


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

Modified Files:
	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.54
retrieving revision 1.55
diff -u -d -r1.54 -r1.55
--- client.c	10 Aug 2006 21:15:02 -0000	1.54
+++ client.c	13 Oct 2006 20:06:44 -0000	1.55
@@ -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