mod_tls: Remove unused reference to global ssl config option (certmanager adds that...
[prosody.git] / plugins / mod_tls.lua
index 39c4649e97206bf2a51dbed349abf439ed016fc7..365be69e9fc36b2469976e8784a15579458750ba 100644 (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;