diff options
author | Kim Alvefur <zash@zash.se> | 2013-06-13 17:48:09 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2013-06-13 17:48:09 +0200 |
commit | fdc11d1acca15a045ace62244dbb9595ec6b46f7 (patch) | |
tree | 9f5e94190f91cd606c5cb9776bf530b732ca1705 /prosody | |
parent | 3786afa97f950322a78cf9e68ab87812c429bc92 (diff) | |
download | prosody-fdc11d1acca15a045ace62244dbb9595ec6b46f7.tar.gz prosody-fdc11d1acca15a045ace62244dbb9595ec6b46f7.zip |
prosody: Remove global ssl context, no longer used
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() |