From: Matt Benjamin Date: Wed, 25 Jul 2018 21:21:11 +0000 (-0400) Subject: rgw: fix build X-Git-Tag: v14.0.1~770^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F23248%2Fhead;p=ceph.git rgw: fix build merge crossed with #23074 Signed-off-by: Matt Benjamin --- diff --git a/src/rgw/rgw_op.h b/src/rgw/rgw_op.h index b9312174a345b..386a6cfb018fb 100644 --- a/src/rgw/rgw_op.h +++ b/src/rgw/rgw_op.h @@ -908,7 +908,7 @@ public: RGWOp::init(store, s, h); policy.set_ctx(s->cct); relaxed_region_enforcement = - s->cct->_conf->get_val("rgw_relaxed_region_enforcement"); + s->cct->_conf.get_val("rgw_relaxed_region_enforcement"); } virtual int get_params() { return 0; } void send_response() override = 0;