[dovecot-cvs] dovecot/src/pop3-login client.c,1.46,1.47

cras at dovecot.org cras at dovecot.org
Sat Jan 28 23:28:19 EET 2006


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

Modified Files:
	client.c 
Log Message:
Added asserts



Index: client.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/pop3-login/client.c,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- client.c	14 Jan 2006 18:48:17 -0000	1.46
+++ client.c	28 Jan 2006 21:28:16 -0000	1.47
@@ -409,6 +409,8 @@
 	if (--client->refcount > 0)
 		return TRUE;
 
+	i_assert(client->destroyed);
+
 	if (client->input != NULL)
 		i_stream_unref(&client->input);
 	if (client->output != NULL)



More information about the dovecot-cvs mailing list