# HG changeset patch # User Kim Alvefur # Date 1513823026 -3600 # Node ID b3e82e2b818e9f3d1a5d78a6147348fa05c78943 # Parent 094f75f316d62ad51913d9d7ab1f5d4c003dd8a2 mod_s2s_auth_posh: Remove commented out line diff -r 094f75f316d6 -r b3e82e2b818e mod_s2s_auth_posh/mod_s2s_auth_posh.lua --- 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();