mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
mod_tls: Remove debug statement
This commit is contained in:
parent
a97742e477
commit
7c51e9ec71
1 changed files with 0 additions and 1 deletions
|
@ -55,7 +55,6 @@ local function can_do_tls(session)
|
|||
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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue