From: Yehuda Sadeh Date: Wed, 14 Oct 2015 00:04:57 +0000 (-0700) Subject: rgw: fix compilation X-Git-Tag: v0.94.8~7^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F10554%2Fhead;p=ceph.git rgw: fix compilation Signed-off-by: Yehuda Sadeh (cherry picked from commit 9dfbae6d65bf6f8ab7cdf8597d556505b81cedd9) --- 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); }