changeset 2857:b4a46746eb52 HEAD

Removed assert, it's allowed to happen
author Timo Sirainen <tss@iki.fi>
date Sun, 07 Nov 2004 17:15:18 +0200
parents 76a4ecb71b86
children 3ecf8b2dfab0
files src/lib-index/mail-index.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib-index/mail-index.c	Sat Nov 06 22:55:31 2004 +0200
+++ b/src/lib-index/mail-index.c	Sun Nov 07 17:15:18 2004 +0200
@@ -611,8 +611,6 @@
 		}
 	}
 
-	i_assert(index->lock_type != F_WRLCK);
-
 	if (index->map != NULL && index->map->refcount > 1) {
 		/* this map is already used by some views and they may have
 		   pointers into it. leave them and create a new mapping. */