summaryrefslogtreecommitdiff
path: root/src/os/IndexManager.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/os/IndexManager.cc')
-rw-r--r--src/os/IndexManager.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/IndexManager.cc b/src/os/IndexManager.cc
index 412721a04c8..83bbfc9703e 100644
--- a/src/os/IndexManager.cc
+++ b/src/os/IndexManager.cc
@@ -75,7 +75,7 @@ int IndexManager::init_index(coll_t c, const char *path, uint32_t version) {
return r;
HashIndex index(c, path, g_conf->filestore_merge_threshold,
g_conf->filestore_split_multiple,
- CollectionIndex::HASH_INDEX_TAG_2,
+ version,
g_conf->filestore_index_retry_probability);
return index.init();
}