[dovecot-cvs] dovecot/src/auth auth-client-connection.c,1.41,1.42

cras at dovecot.org cras at dovecot.org
Sun Jan 22 14:21:48 EET 2006


Update of /var/lib/cvs/dovecot/src/auth
In directory talvi:/tmp/cvs-serv22495

Modified Files:
	auth-client-connection.c 
Log Message:
Removed assert, since it may happen and crash dovecot-auth.



Index: auth-client-connection.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/auth/auth-client-connection.c,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- auth-client-connection.c	22 Jan 2006 11:33:27 -0000	1.41
+++ auth-client-connection.c	22 Jan 2006 12:21:46 -0000	1.42
@@ -41,8 +41,6 @@
 {
 	string_t *str;
 
-	i_assert(conn->refcount > 1);
-
 	t_push();
 	str = t_str_new(256);
 	str_append(str, cmd);



More information about the dovecot-cvs mailing list