mod_saslauth: Clear 'auto' from endpoint hash var, it's not a real hash (thanks tmolitor)

This commit is contained in:
Matthew Wild 2023-10-26 18:30:47 +01:00
parent 18db016c2f
commit c7cf6a8dc3

View file

@ -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();