mod_dialback: Remove d-w-d feature

Backs out 1d0862814bfc and 2fdd71b08126

Largely unused, undocumented and did not have enough tests to provide
confidence in its correct operation.
This commit is contained in:
Kim Alvefur 2021-05-12 17:22:02 +02:00
parent 1cd5049c77
commit c2ce30433a
2 changed files with 1 additions and 23 deletions

View file

@ -276,7 +276,7 @@ function make_authenticated(event)
end
--- Helper to check that a session peer's certificate is valid
function check_cert_status(session)
local function check_cert_status(session)
local host = session.direction == "outgoing" and session.to_host or session.from_host
local conn = session.conn:socket()
local cert