]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-storage: Compile fix for recent change.
authorTimo Sirainen <tss@iki.fi>
Sun, 2 Oct 2011 17:05:23 +0000 (20:05 +0300)
committerTimo Sirainen <tss@iki.fi>
Sun, 2 Oct 2011 17:05:23 +0000 (20:05 +0300)
src/lib-storage/mail-storage.c

index da55f1ee8d4f83738d43b6a8c3fed2bdde065660..997ea33be48f3bd94c4620944b917690ea1c352d 100644 (file)
@@ -368,7 +368,6 @@ int mail_storage_create(struct mail_namespace *ns, const char *driver,
        storage->user = ns->user;
        storage->set = ns->mail_set;
        storage->flags = flags;
-       storage->list_sync_ext_id = (uint32_t)-1;
        p_array_init(&storage->module_contexts, storage->pool, 5);
 
        if (storage->v.create != NULL &&