diff options
author | Matthew Wild <mwild1@gmail.com> | 2013-06-13 23:24:36 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2013-06-13 23:24:36 +0100 |
commit | 9052e8bf8faf0c5cf0d5f645cbe2abe8e6464817 (patch) | |
tree | 79ee0e0fb16935e5bccc66437d2064837668f111 /prosody | |
parent | 68036030e2d66232f23135cd6830e313be013432 (diff) | |
parent | cd8304b6e0e62e9b917b640778580cf538b52b3c (diff) | |
download | prosody-9052e8bf8faf0c5cf0d5f645cbe2abe8e6464817.tar.gz prosody-9052e8bf8faf0c5cf0d5f645cbe2abe8e6464817.zip |
Merge the merge
Diffstat (limited to 'prosody')
-rwxr-xr-x | prosody | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -264,12 +264,6 @@ function init_global_state() prosody.events.fire_event("server-stopping", {reason = reason}); server.setquitting(true); end - - -- Load SSL settings from config, and create a ctx table - local certmanager = require "core.certmanager"; - local global_ssl_ctx = certmanager.create_context("*", "server"); - prosody.global_ssl_ctx = global_ssl_ctx; - end function read_version() |