sync lucid
This commit is contained in:
parent
20d2e99010
commit
d294f13444
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ function prepare_socket(family, host, port, opts, backlog)
|
||||||
end
|
end
|
||||||
|
|
||||||
function prepare_tls(tlskey)
|
function prepare_tls(tlskey)
|
||||||
local tls = nixio.tls()
|
local tls = nixio.tls("server")
|
||||||
if tlskey and cursor:get(UCINAME, tlskey) then
|
if tlskey and cursor:get(UCINAME, tlskey) then
|
||||||
local cert = cursor:get(UCINAME, tlskey, "cert")
|
local cert = cursor:get(UCINAME, tlskey, "cert")
|
||||||
if cert then
|
if cert then
|
||||||
|
|
Loading…
Reference in a new issue