From 6839453741adc916780b4135b19ccb71c1211db6 Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Tue, 18 Mar 2025 16:04:02 -0400 Subject: [PATCH] auth/cephx: update get_tracked_keys signature Signed-off-by: Patrick Donnelly --- src/auth/cephx/CephxServiceHandler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/auth/cephx/CephxServiceHandler.h b/src/auth/cephx/CephxServiceHandler.h index 5638517ef96..0ab15896e82 100644 --- a/src/auth/cephx/CephxServiceHandler.h +++ b/src/auth/cephx/CephxServiceHandler.h @@ -55,7 +55,7 @@ private: void build_cephx_response_header(int request_type, int status, ceph::buffer::list& bl); - std::vector get_tracked_keys() const noexcept override; + std::vector get_tracked_keys() const noexcept final; void init_conf(const ConfigProxy& conf); void handle_conf_change(const ConfigProxy& conf, -- 2.39.5