From: Francis Dupont Date: Sun, 6 Jun 2021 09:08:21 +0000 (+0200) Subject: [(no branch, rebasing 1909-gss_tsig-hook)] [#1909] Updated TSIGKey dtor X-Git-Tag: Kea-1.9.9~119 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db7bfeaee1c21ed2db3065cf1c53c749390c8fe7;p=thirdparty%2Fkea.git [(no branch, rebasing 1909-gss_tsig-hook)] [#1909] Updated TSIGKey dtor --- diff --git a/src/lib/dns/tsigkey.h b/src/lib/dns/tsigkey.h index 1380319c5f..ead33e1463 100644 --- a/src/lib/dns/tsigkey.h +++ b/src/lib/dns/tsigkey.h @@ -154,7 +154,7 @@ public: TSIGKey& operator=(const TSIGKey& source); /// The destructor. - ~TSIGKey(); + virtual ~TSIGKey(); //@} ///