From: Matan Breizman Date: Wed, 11 Jun 2025 09:33:20 +0000 (+0000) Subject: crimson/mon/MonClient: cleanup redundant private X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=964e0b7043674f76488fd07ac5546998fe70b633;p=ceph-ci.git crimson/mon/MonClient: cleanup redundant private Signed-off-by: Matan Breizman Signed-off-by: Patrick Donnelly --- diff --git a/src/crimson/mon/MonClient.h b/src/crimson/mon/MonClient.h index e5c9eb43cf7..e2476ee272b 100644 --- a/src/crimson/mon/MonClient.h +++ b/src/crimson/mon/MonClient.h @@ -182,7 +182,7 @@ private: seastar::future<> handle_config(Ref m); seastar::future<> on_session_opened(); -private: + seastar::future<> load_keyring(); seastar::future<> authenticate();