From: Tomas Krizek Date: Wed, 6 Mar 2019 14:25:07 +0000 (+0100) Subject: daemon/lua/trust_anchors: keyfile_default always has default value X-Git-Tag: v4.0.0~24^2~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92fced622c7fe0e5ef18eaf8286555f3fe128b76;p=thirdparty%2Fknot-resolver.git daemon/lua/trust_anchors: keyfile_default always has default value --- diff --git a/daemon/lua/trust_anchors.lua.in b/daemon/lua/trust_anchors.lua.in index d1d5f64ae..2497fbcb8 100644 --- a/daemon/lua/trust_anchors.lua.in +++ b/daemon/lua/trust_anchors.lua.in @@ -622,8 +622,7 @@ trust_anchors = { bootstrap_url = 'https://data.iana.org/root-anchors/root-anchors.xml', bootstrap_ca = '@etc_dir@/icann-ca.pem', - -- change empty string to nil - keyfile_default = ('@keyfile_default@' ~= '' and '@keyfile_default@') or nil, + keyfile_default = '@keyfile_default@', -- Load keys from a file, 5011-managed by default. -- If managed and the file doesn't exist, try bootstrapping the root into it.