[dovecot-cvs] dovecot/src/pop3-login client.c,1.50.2.3,1.50.2.4

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


Update of /var/lib/cvs/dovecot/src/pop3-login
In directory talvi:/tmp/cvs-serv1095/pop3-login

Modified Files:
      Tag: branch_1_0
	client.c 
Log Message:
New asserts / cleanup



Index: client.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/pop3-login/client.c,v
retrieving revision 1.50.2.3
retrieving revision 1.50.2.4
diff -u -d -r1.50.2.3 -r1.50.2.4
--- client.c	10 Aug 2006 21:14:53 -0000	1.50.2.3
+++ client.c	13 Oct 2006 20:06:43 -0000	1.50.2.4
@@ -313,6 +313,8 @@
 {
 	struct pop3_client *client;
 
+	i_assert(fd != -1);
+
 	connection_queue_add(1);
 
 	/* always use nonblocking I/O */



More information about the dovecot-cvs mailing list