]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[(no branch, rebasing 1909-gss_tsig-hook)] [#1909] Updated TSIGKey dtor
authorFrancis Dupont <fdupont@isc.org>
Sun, 6 Jun 2021 09:08:21 +0000 (11:08 +0200)
committerFrancis Dupont <fdupont@isc.org>
Sat, 12 Jun 2021 16:34:42 +0000 (18:34 +0200)
src/lib/dns/tsigkey.h

index 1380319c5f9f334f36058dcbc7bdc366b601ffc4..ead33e1463ae5c2571a8cba48ec19e23e301656a 100644 (file)
@@ -154,7 +154,7 @@ public:
     TSIGKey& operator=(const TSIGKey& source);
 
     /// The destructor.
-    ~TSIGKey();
+    virtual ~TSIGKey();
     //@}
 
     ///