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 f00cbfb812cd
children 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, "--");