From 97ef1546360bc97eb8f47721ada506f13397e713 Mon Sep 17 00:00:00 2001 From: Yuval Lifshitz Date: Tue, 11 Oct 2022 16:46:39 +0300 Subject: [PATCH] rgw/amqp: store CA location string in connection object Fixes: https://tracker.ceph.com/issues/57850 Signed-off-by: Yuval Lifshitz --- src/rgw/rgw_amqp.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5