check enablessl == "true" (#1815)

This commit is contained in:
HYbutterfly
2023-10-27 17:16:48 +08:00
committed by GitHub
parent 5ec02a4a2c
commit adf0cc5a6f

View File

@@ -42,7 +42,7 @@ skynet.start(function()
skynet.newservice "service_mgr"
local enablessl = skynet.getenv "enablessl"
if enablessl then
if enablessl == "true" then
service.new("ltls_holder", function ()
local c = require "ltls.init.c"
c.constructor()