]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: RGWRESTConn() don't override provided key
authorYehuda Sadeh <yehuda@redhat.com>
Fri, 6 Oct 2017 18:17:48 +0000 (11:17 -0700)
committerYehuda Sadeh <yehuda@redhat.com>
Tue, 10 Apr 2018 15:05:38 +0000 (08:05 -0700)
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
src/rgw/rgw_rest_conn.cc

index 8b168f9a66da7cbaf60f2effd68ec0e640adcaa9..df006b943d357291e6caa26c84cc4ec056f6967c 100644 (file)
@@ -29,7 +29,6 @@ RGWRESTConn::RGWRESTConn(CephContext *_cct, RGWRados *store,
     remote_id(_remote_id)
 {
   if (store) {
-    key = store->get_zone_params().system_key;
     self_zone_group = store->get_zonegroup().get_id();
   }
 }