Software /
code /
prosody-modules
Changeset
2182:5df3b646c9ad
mod_s2s_auth_dane: Remove unused local
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 26 May 2016 15:36:19 +0200 |
parents | 2181:f00cbfb812cd |
children | 2183:13a8bbf256dd |
files | mod_s2s_auth_dane/mod_s2s_auth_dane.lua |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_s2s_auth_dane/mod_s2s_auth_dane.lua Thu May 26 15:35:52 2016 +0200 +++ b/mod_s2s_auth_dane/mod_s2s_auth_dane.lua Thu May 26 15:36:19 2016 +0200 @@ -364,8 +364,6 @@ module:depends("admin_telnet"); -- Make sure the env is there local def_env = module:shared("admin_telnet/env"); - local sessions = module:shared("s2s/sessions"); - local function annotate(session, line) line = line or {}; table.insert(line, "--");