]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Removed assert.
authorTimo Sirainen <tss@iki.fi>
Sat, 9 May 2009 14:00:09 +0000 (10:00 -0400)
committerTimo Sirainen <tss@iki.fi>
Sat, 9 May 2009 14:00:09 +0000 (10:00 -0400)
--HG--
branch : HEAD

src/lib-index/mail-transaction-log-view.c

index 60b6ca3daec494736551c7156aac77d9384ef2b2..24e3ea4b2c916301fd2c087e4eeac8029bd8a553 100644 (file)
@@ -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;