[dovecot-cvs] dovecot/src/imap-login client.c,1.47,1.48

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


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

Modified Files:
	client.c 
Log Message:
Added asserts



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



More information about the dovecot-cvs mailing list