mod_s2s_auth_dane/mod_s2s_auth_dane.lua
changeset 2186 5df3b646c9ad
parent 2185 f00cbfb812cd
child 2188 7155ed1fb540
--- 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, "--");