summaryrefslogtreecommitdiff
path: root/src/os/HashIndex.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/os/HashIndex.cc')
-rw-r--r--src/os/HashIndex.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/HashIndex.cc b/src/os/HashIndex.cc
index bf8c3f7b188..4c97c8a69cd 100644
--- a/src/os/HashIndex.cc
+++ b/src/os/HashIndex.cc
@@ -462,7 +462,7 @@ int HashIndex::list_by_hash(const vector<string> &path,
if (j == objects.end()) {
if (min_count > 0 && out->size() > (unsigned)min_count) {
if (next)
- *next = hobject_t("", "", CEPH_NOSNAP, hash_prefix_to_hash(*i));
+ *next = hobject_t("", "", CEPH_NOSNAP, hash_prefix_to_hash(*i), -1);
return 0;
}
*(next_path.rbegin()) = *(i->rbegin());