From 1ec1d76bf9dd5cc4f738fccb1f83e29e970eed56 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Thu, 15 Jul 2010 08:25:50 +0100 Subject: Backed out changeset 598c33a99a31 (already fixed a better way) --- core/certmanager.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/certmanager.lua b/core/certmanager.lua index 6b31b21e..5de604f7 100644 --- a/core/certmanager.lua +++ b/core/certmanager.lua @@ -11,7 +11,7 @@ local resolve_path = prosody.resolve_relative_path; module "certmanager" -- Global SSL options if not overridden per-host -local default_ssl_config = configmanager.get("*", "core", "ssl") or {}; +local default_ssl_config = configmanager.get("*", "core", "ssl"); function create_context(host, mode, config) if not ssl then return nil; end -- cgit v1.2.3