mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 05:37:39 +03:00
mod_saslauth: Clear 'auto' from endpoint hash var, it's not a real hash (thanks tmolitor)
This commit is contained in:
parent
18db016c2f
commit
c7cf6a8dc3
1 changed files with 1 additions and 0 deletions
|
@ -335,6 +335,7 @@ module:hook("stream-features", function(event)
|
|||
|
||||
local certfile;
|
||||
if tls_server_end_point_hash == "auto" then
|
||||
tls_server_end_point_hash = nil;
|
||||
local ssl_cfg = origin.ssl_cfg;
|
||||
if not ssl_cfg then
|
||||
local server = origin.conn:server();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue