mod_dialback: Short-circuit dialback auth if certificate is considered valid

This commit is contained in:
Kim Alvefur 2014-07-04 21:48:25 +02:00
parent 59ef50532c
commit 1440be730c
2 changed files with 11 additions and 1 deletions

View file

@ -235,7 +235,7 @@ function make_authenticated(event)
end
--- Helper to check that a session peer's certificate is valid
local function check_cert_status(session)
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