From 64211fa78f872648aad2b2cec2b4b3cb8f2b9953 Mon Sep 17 00:00:00 2001 From: Yehuda Sadeh Date: Tue, 13 Oct 2015 17:04:57 -0700 Subject: [PATCH] rgw: fix compilation Signed-off-by: Yehuda Sadeh (cherry picked from commit 9dfbae6d65bf6f8ab7cdf8597d556505b81cedd9) --- src/rgw/rgw_json_enc.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rgw/rgw_json_enc.cc b/src/rgw/rgw_json_enc.cc index 7f8a95becafcc..e811335706756 100644 --- a/src/rgw/rgw_json_enc.cc +++ b/src/rgw/rgw_json_enc.cc @@ -747,7 +747,7 @@ void RGWRegionMap::decode_json(JSONObj *obj) { JSONDecoder::decode_json("regions", regions, obj); JSONDecoder::decode_json("master_region", master_region, obj); - JSONDecoder::decode_json("bucket_quota", bucket_quota, f); + JSONDecoder::decode_json("bucket_quota", bucket_quota, obj); JSONDecoder::decode_json("user_quota", user_quota, obj); } -- 2.39.5