From 9dfbae6d65bf6f8ab7cdf8597d556505b81cedd9 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 --- 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 b63116211305d..1b07e3799e5f6 100644 --- a/src/rgw/rgw_json_enc.cc +++ b/src/rgw/rgw_json_enc.cc @@ -986,7 +986,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