Skip to content
Snippets Groups Projects
Verified Commit 8c231e26 authored by Grigorii Demidov's avatar Grigorii Demidov Committed by Petr Špaček
Browse files

modules/policy: local variable declarations were fixed; cleanup

parent 3d6ca08c
Branches
Tags
1 merge request!379outbound TCP connections sharing; TLS over outbound TCP connections
......@@ -143,7 +143,7 @@ local function tls_forward(target)
if hostname == nil then
assert(false, 'hostname(s) is absent in TLS_FORWARD target')
end
ca_files_local = {}
local ca_files_local = {}
if type(ca_file) == 'table' then
for _, v in pairs(ca_file) do
table.insert(ca_files_local, v)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment