]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
ta_update: remove useless initialization
authorTomas Krizek <tomas.krizek@nic.cz>
Tue, 19 Mar 2019 14:33:57 +0000 (15:33 +0100)
committerPetr Špaček <petr.spacek@nic.cz>
Thu, 4 Apr 2019 12:18:58 +0000 (14:18 +0200)
commit56447445f332f6a19eea54cec5353176b601dde9
treee25f5be6a315401f3a329e568481b375160d1cd5
parent0f473f3d614f4de6f2ce338276c4178de5012b54
ta_update: remove useless initialization

It's impossible to add managed keysets unless ta_update is loaded,
in which case ta_update.start() is called by trust_anchors.add_file().

On ta_update unload, previously managed keys are flagged as unmanaged.
modules/ta_update/ta_update.lua