mod_s2s: Remove unused variable

This commit is contained in:
Matthew Wild 2013-03-22 14:31:14 +00:00
parent b8efb428ea
commit 4ceaa9d2f2

View file

@ -423,7 +423,6 @@ local listener = {};
--- Session methods
local stream_xmlns_attr = {xmlns='urn:ietf:params:xml:ns:xmpp-streams'};
local default_stream_attr = { ["xmlns:stream"] = "http://etherx.jabber.org/streams", xmlns = stream_callbacks.default_ns, version = "1.0", id = "" };
local function session_close(session, reason, remote_reason)
local log = session.log or log;
if session.conn then