2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 05:27:55 +00:00

[(no branch, rebasing 1909-gss_tsig-hook)] [#1909] Updated TSIGKey dtor

This commit is contained in:
Francis Dupont 2021-06-06 11:08:21 +02:00
parent 6032a01c08
commit db7bfeaee1

View File

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