Changeset

3372:395f692b3182

Merge with backout
author Matthew Wild <mwild1@gmail.com>
date Thu, 15 Jul 2010 08:27:56 +0100
parents 3370:7c87af1c9a68 (current diff) 3371:5b32e6f84392 (diff)
children 3373:cd6836586a6a
files core/certmanager.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/core/certmanager.lua	Wed Jul 14 16:24:15 2010 +0100
+++ b/core/certmanager.lua	Thu Jul 15 08:27:56 2010 +0100
@@ -19,7 +19,7 @@
 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");
 local default_capath = "/etc/ssl/certs";
 
 function create_context(host, mode, config)