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: v17.2.8~148^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=3eff946b0e34f7db5d5e40dd8bafec4382b8f8c8;p=ceph.git rgw/amqp: store CA location string in connection object Fixes: https://tracker.ceph.com/issues/57850 Signed-off-by: Yuval Lifshitz (cherry picked from commit 97ef1546360bc97eb8f47721ada506f13397e713) --- diff --git a/src/rgw/rgw_amqp.cc b/src/rgw/rgw_amqp.cc index 6a11adf0692a1..eee9399cc98d9 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