From: Timo Sirainen Date: Sat, 9 May 2009 14:00:09 +0000 (-0400) Subject: Removed assert. X-Git-Tag: 2.0.alpha1~803 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1478db54b02b6e977e5e8a5a1acc12918c63a6bf;p=thirdparty%2Fdovecot%2Fcore.git Removed assert. --HG-- branch : HEAD --- diff --git a/src/lib-index/mail-transaction-log-view.c b/src/lib-index/mail-transaction-log-view.c index 60b6ca3dae..24e3ea4b2c 100644 --- a/src/lib-index/mail-transaction-log-view.c +++ b/src/lib-index/mail-transaction-log-view.c @@ -104,7 +104,6 @@ int mail_transaction_log_view_set(struct mail_transaction_log_view *view, uint32_t seq; int ret; - i_assert(view->log != NULL); i_assert(min_file_seq <= max_file_seq); *reset_r = FALSE;