mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
mod_tls: Remove unused reference to global ssl config option (certmanager adds that to the context)
This commit is contained in:
parent
3b6f62670d
commit
edc8079032
1 changed files with 0 additions and 1 deletions
|
@ -40,7 +40,6 @@ do
|
|||
local modhost = module.host;
|
||||
local parent = modhost:match("%.(.*)$");
|
||||
|
||||
local global_ssl = rawgetopt("*", "ssl") or NULL;
|
||||
local parent_ssl = rawgetopt(parent, "ssl") or NULL;
|
||||
local host_ssl = rawgetopt(modhost, "ssl") or parent_ssl;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue