Mercurial > prosody-modules
diff mod_s2s_auth_posh/mod_s2s_auth_posh.lua @ 3203:b3e82e2b818e
mod_s2s_auth_posh: Remove commented out line
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 21 Dec 2017 03:23:46 +0100 |
parents | 094f75f316d6 |
children | 13f381f0c03f |
line wrap: on
line diff
--- a/mod_s2s_auth_posh/mod_s2s_auth_posh.lua Thu Dec 21 03:20:34 2017 +0100 +++ b/mod_s2s_auth_posh/mod_s2s_auth_posh.lua Thu Dec 21 03:23:46 2017 +0100 @@ -78,7 +78,6 @@ end log("info", "Trying POSH authentication."); - -- if session.cert_identity_status ~= "valid" and session.posh then local wait, done = async.waiter(); if posh_lookup(session, done) then wait();