[dovecot-cvs] dovecot/src/imap imap-thread.c,1.18,1.19

cras at dovecot.org cras at dovecot.org
Sat Jan 14 19:14:30 EET 2006


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

Modified Files:
	imap-thread.c 
Log Message:
THREAD crashed if no search matches were found.



Index: imap-thread.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/imap/imap-thread.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- imap-thread.c	13 Jan 2006 20:25:59 -0000	1.18
+++ imap-thread.c	14 Jan 2006 17:14:28 -0000	1.19
@@ -953,7 +953,6 @@
 
 	if (ctx->root_node.first_child == NULL) {
 		/* no messages */
-		mail_thread_deinit(ctx);
 		return;
 	}
 



More information about the dovecot-cvs mailing list