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~992^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F48444%2Fhead;p=ceph.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