Software /
code /
prosody
Changeset
5698:4a244d10a3ca
mod_tls: Remove debug statement
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 16 Jun 2013 15:01:31 +0200 |
parents | 5697:956df0f1cb70 |
children | 5704:76e8eb9f0c1e |
files | plugins/mod_tls.lua |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/mod_tls.lua Fri Jun 14 15:43:35 2013 +0700 +++ b/plugins/mod_tls.lua Sun Jun 16 15:01:31 2013 +0200 @@ -55,7 +55,6 @@ return true; end if session.type == "c2s_unauthed" then - module:log("debug", "session.ssl_ctx = ssl_ctx_c2s;") session.ssl_ctx = ssl_ctx_c2s; elseif session.type == "s2sin_unauthed" and allow_s2s_tls then session.ssl_ctx = ssl_ctx_s2sin;