From: Patrick Donnelly Date: Tue, 18 Mar 2025 20:04:02 +0000 (-0400) Subject: auth/cephx: update get_tracked_keys signature X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=6839453741adc916780b4135b19ccb71c1211db6;p=ceph-ci.git auth/cephx: update get_tracked_keys signature Signed-off-by: Patrick Donnelly --- 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,