mod_tls: Remove unused reference to global ssl config option (certmanager adds that to the context)

This commit is contained in:
Kim Alvefur 2015-11-09 13:39:23 +01:00
parent 3b6f62670d
commit edc8079032

View file

@ -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;