fix: check if asapKeyServer is empty string

This commit is contained in:
xinfei.wu
2025-09-13 11:42:07 +08:00
committed by Дамян Минков
parent e6fbeb9458
commit 23c831e9b0

View File

@@ -94,7 +94,7 @@ function module.add_host(host_module)
token_util = module:require "token/util".new(host_module);
if asapKeyServer then
if asapKeyServer ~= "" then
-- init token util with our asap keyserver
token_util:set_asap_key_server(asapKeyServer)
end