dovecot-2.0: Removed assert.

dovecot at dovecot.org dovecot at dovecot.org
Sat May 9 17:00:28 EEST 2009


details:   http://hg.dovecot.org/dovecot-2.0/rev/5e1a4020a277
changeset: 9249:5e1a4020a277
user:      Timo Sirainen <tss at iki.fi>
date:      Sat May 09 10:00:09 2009 -0400
description:
Removed assert.

diffstat:

1 file changed, 1 deletion(-)
src/lib-index/mail-transaction-log-view.c |    1 -

diffs (11 lines):

diff -r 0f03cd2679c6 -r 5e1a4020a277 src/lib-index/mail-transaction-log-view.c
--- a/src/lib-index/mail-transaction-log-view.c	Thu May 07 14:45:11 2009 -0400
+++ b/src/lib-index/mail-transaction-log-view.c	Sat May 09 10:00:09 2009 -0400
@@ -104,7 +104,6 @@ int mail_transaction_log_view_set(struct
 	uint32_t seq;
 	int ret;
 
-	i_assert(view->log != NULL);
 	i_assert(min_file_seq <= max_file_seq);
 
 	*reset_r = FALSE;


More information about the dovecot-cvs mailing list