for _,path in ipairs(cf_path) do
local data = nil
- -- e2lib.logf(4, "trying global config file: %s", path)
local rc = e2lib.exists(path)
if rc then
e2lib.logf(3, "loading global config file: %s", path)
get_global_config_cache = strict.lock(data)
return get_global_config_cache
- else
- e2lib.logf(4, "global config file does not exist: %s", path)
end
end
return false, err.new("no config file available")
assert(s == 1 and e == digest.SHA256_LEN)
end
+trace.filter_function('digest', 'ishex')
+
return strict.lock(digest)
-- vim:sw=4:sts=4:et: