]> 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>
Wed, 1 Oct 2025 18:47:01 +0000 (14:47 -0400)
Signed-off-by: Matan Breizman <mbreizma@redhat.com>
Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
src/crimson/mon/MonClient.h

index e5c9eb43cf772e145f8f706ebaa0a5fab475467b..e2476ee272b2d6a81bb4757d390914e12b99eaf8 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();