mirror of
https://github.com/bjc/prosody.git
synced 2025-04-06 06:37:37 +03:00
mod_component: Remove unused variable
This commit is contained in:
parent
0d4dfb4a88
commit
0ef5422e64
1 changed files with 0 additions and 1 deletions
|
@ -207,7 +207,6 @@ 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)
|
||||
if session.destroyed then return; end
|
||||
local log = session.log or log;
|
||||
if session.conn then
|
||||
if session.notopen then
|
||||
session.send("<?xml version='1.0'?>");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue