summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_bucket_layout.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/rgw/rgw_bucket_layout.cc')
-rw-r--r--src/rgw/rgw_bucket_layout.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rgw/rgw_bucket_layout.cc b/src/rgw/rgw_bucket_layout.cc
index f8c485d89c3..1f8db396a0d 100644
--- a/src/rgw/rgw_bucket_layout.cc
+++ b/src/rgw/rgw_bucket_layout.cc
@@ -376,9 +376,9 @@ void encode_json_impl(const char *name, const BucketLayout& l, ceph::Formatter *
for (const auto& log : l.logs) {
encode_json("log", log, f);
}
+ f->close_section(); // logs[]
utime_t jt(l.judge_reshard_lock_time);
encode_json("judge_reshard_lock_time", jt, f);
- f->close_section(); // logs[]
f->close_section();
}
void decode_json_obj(BucketLayout& l, JSONObj *obj)