Backed out changeset 598c33a99a31 (already fixed a better way)

Thu, 15 Jul 2010 08:25:50 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Thu, 15 Jul 2010 08:25:50 +0100
changeset 3371
5b32e6f84392
parent 3367
598c33a99a31
child 3372
395f692b3182

Backed out changeset 598c33a99a31 (already fixed a better way)

core/certmanager.lua file | annotate | diff | comparison | revisions
--- a/core/certmanager.lua	Thu Jul 15 11:25:41 2010 +0500
+++ b/core/certmanager.lua	Thu Jul 15 08:25:50 2010 +0100
@@ -11,7 +11,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");
 
 function create_context(host, mode, config)
 	if not ssl then return nil; end

mercurial