]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
auth: use explicit default destructor
authorPatrick Donnelly <pdonnell@redhat.com>
Tue, 19 Aug 2025 21:01:18 +0000 (17:01 -0400)
committerPatrick Donnelly <pdonnell@ibm.com>
Mon, 26 Jan 2026 15:27:44 +0000 (10:27 -0500)
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
src/auth/Auth.h

index 4252da79788a2a9b67be8380dff2d91ccbe50e29..e4326834a7d85537d34e8fde42335bf66baf6758 100644 (file)
@@ -400,7 +400,7 @@ WRITE_CLASS_ENCODER(RotatingSecrets)
 
 class KeyStore {
 public:
-  virtual ~KeyStore() {}
+  virtual ~KeyStore() = default;
   virtual bool get_secret(const EntityName& name, CryptoKey& secret) const = 0;
   virtual bool get_service_secret(uint32_t service_id, uint64_t secret_id,
                                  CryptoKey& secret) const = 0;