]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
crimson/mon/MonClient: cleanup redundant private
authorMatan Breizman <mbreizma@redhat.com>
Wed, 11 Jun 2025 09:33:20 +0000 (09:33 +0000)
committerPatrick Donnelly <pdonnell@ibm.com>
Mon, 22 Sep 2025 16:34:43 +0000 (12:34 -0400)
Signed-off-by: Matan Breizman <mbreizma@redhat.com>
Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
(cherry picked from commit 493aa16dc21671633f8c4ddf00134d1cba68584a)

src/crimson/mon/MonClient.h

index 20c4d0ba1a1c0f3a98b698d43b21ab9fcb860658..087d24c352e3174817ada9adc73f7f317d4b99c0 100644 (file)
@@ -181,7 +181,7 @@ private:
   seastar::future<> handle_config(Ref<MConfig> m);
 
   seastar::future<> on_session_opened();
-private:
+
   seastar::future<> load_keyring();
   seastar::future<> authenticate();