]> 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, 13 Oct 2025 23:59:38 +0000 (19:59 -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 325f6ff3f1f249cb56de3b15c8cb74fc26e2fdd3..0a37f587a0f239e88392bbeb2d3006ba2ece8da7 100644 (file)
@@ -182,7 +182,7 @@ private:
   seastar::future<> handle_config(Ref<MConfig> m);
 
   seastar::future<> on_session_opened();
-private:
+
   seastar::future<> load_keyring();
   seastar::future<> authenticate();