From 70ee1087e7d4931abcbc9b8dc997006cad8b6450 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 (cherry picked from commit b90b0c3c51f2ed16952509cac41b16eff27009a5) --- 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