Skip to content

Commit

Permalink
Merge pull request #11470: jewel: rgw:bucket check remove _multipart_…
Browse files Browse the repository at this point in the history
… prefix

Reviewed-by: Loic Dachary <ldachary@redhat.com>
  • Loading branch information
Loic Dachary committed Dec 5, 2016
2 parents cb74e7b + aa24a8f commit 7279190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rgw/rgw_bucket.cc
Expand Up @@ -839,7 +839,7 @@ int RGWBucket::check_bad_index_multipart(RGWBucketAdminOpState& op_state,
int max = 1000;

map<string, bool> common_prefixes;
string ns = "multipart";
string ns = "";

bool is_truncated;
map<string, bool> meta_objs;
Expand Down

0 comments on commit 7279190

Please sign in to comment.