From: Yuval Lifshitz Date: Tue, 11 Oct 2022 13:46:39 +0000 (+0300) Subject: rgw/amqp: store CA location string in connection object X-Git-Tag: v18.1.0~336^2~19^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=97ef1546360bc97eb8f47721ada506f13397e713;p=ceph-ci.git rgw/amqp: store CA location string in connection object Fixes: https://tracker.ceph.com/issues/57850 Signed-off-by: Yuval Lifshitz --- diff --git a/src/rgw/rgw_amqp.cc b/src/rgw/rgw_amqp.cc index a56c8269b04..186bdd54ad6 100644 --- a/src/rgw/rgw_amqp.cc +++ b/src/rgw/rgw_amqp.cc @@ -130,7 +130,7 @@ struct connection_t { bool mandatory; bool use_ssl; bool verify_ssl; - boost::optional ca_location; + boost::optional ca_location; utime_t timestamp = ceph_clock_now(); // default ctor