From: Yehuda Sadeh Date: Fri, 6 Oct 2017 18:17:48 +0000 (-0700) Subject: rgw: RGWRESTConn() don't override provided key X-Git-Tag: v13.1.0~270^2~86 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=28d86951ffc12831e1b33141702bfb365f3ede02;p=ceph.git rgw: RGWRESTConn() don't override provided key Signed-off-by: Yehuda Sadeh --- diff --git a/src/rgw/rgw_rest_conn.cc b/src/rgw/rgw_rest_conn.cc index 8b168f9a66d..df006b943d3 100644 --- a/src/rgw/rgw_rest_conn.cc +++ b/src/rgw/rgw_rest_conn.cc @@ -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(); } }