daemon/lua/trust_anchors: don't crash when dealing with unknown algorhitm
Compare changes
- Tomas Krizek authored
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.
+ 0
− 9
@@ -273,15 +273,6 @@ function ta_update.stop(zname)