]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: fix build 23248/head
authorMatt Benjamin <mbenjamin@redhat.com>
Wed, 25 Jul 2018 21:21:11 +0000 (17:21 -0400)
committerMatt Benjamin <mbenjamin@redhat.com>
Wed, 25 Jul 2018 21:23:52 +0000 (17:23 -0400)
merge crossed with #23074

Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
src/rgw/rgw_op.h

index b9312174a345bd08140115cfd9bb2b7e2997bf54..386a6cfb018fba5ee30ba86e161e2f5696d72f0b 100644 (file)
@@ -908,7 +908,7 @@ public:
     RGWOp::init(store, s, h);
     policy.set_ctx(s->cct);
     relaxed_region_enforcement =
-       s->cct->_conf->get_val<bool>("rgw_relaxed_region_enforcement");
+       s->cct->_conf.get_val<bool>("rgw_relaxed_region_enforcement");
   }
   virtual int get_params() { return 0; }
   void send_response() override = 0;