]> git.apps.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>
Wed, 1 Oct 2025 19:44:20 +0000 (15:44 -0400)
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
src/auth/Auth.h

index ba568972e106042bdd7b8f4ebd1fe9e915a4a50b..e7351106d1323f0f45bc0a6c5edaa152af91a372 100644 (file)
@@ -399,7 +399,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;