]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
In-memory indexes didn't set index->opened.
authorTimo Sirainen <tss@iki.fi>
Thu, 8 May 2003 08:59:48 +0000 (11:59 +0300)
committerTimo Sirainen <tss@iki.fi>
Thu, 8 May 2003 08:59:48 +0000 (11:59 +0300)
--HG--
branch : HEAD

src/lib-index/mail-index-open.c

index 438a0cc4e1afbe0b29592a29182547b4783a6b0e..98a89bee4fee885c121957c7a9e11067c3442dff 100644 (file)
@@ -304,6 +304,7 @@ static int mail_index_create_memory(struct mail_index *index,
                return FALSE;
        }
 
+       index->opened = TRUE;
        return TRUE;
 }