]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
auth/cephx: update get_tracked_keys signature
authorPatrick Donnelly <pdonnell@ibm.com>
Tue, 18 Mar 2025 20:04:02 +0000 (16:04 -0400)
committerPatrick Donnelly <pdonnell@ibm.com>
Mon, 22 Sep 2025 16:34:39 +0000 (12:34 -0400)
Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
(cherry picked from commit b90b0c3c51f2ed16952509cac41b16eff27009a5)

src/auth/cephx/CephxServiceHandler.h

index 5638517ef96844bd72da350933fbe555613e9801..0ab15896e8252f2cfe093fb226dba9945b0791bc 100644 (file)
@@ -55,7 +55,7 @@ private:
   void build_cephx_response_header(int request_type, int status,
                                   ceph::buffer::list& bl);
 
-  std::vector<std::string> get_tracked_keys() const noexcept override;
+  std::vector<std::string> get_tracked_keys() const noexcept final;
 
   void init_conf(const ConfigProxy& conf);
   void handle_conf_change(const ConfigProxy& conf,