Software /
code /
prosody
Changeset
5702:a56691e3c7d1
mod_s2s/s2sout.lib: Remove reference to undefined global
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Tue, 18 Jun 2013 12:12:49 +0100 |
parents | 5701:746b263e09cf |
children | 5703:ea00fc524b95 |
files | plugins/mod_s2s/s2sout.lib.lua |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/mod_s2s/s2sout.lib.lua Tue Jun 18 12:12:12 2013 +0100 +++ b/plugins/mod_s2s/s2sout.lib.lua Tue Jun 18 12:12:49 2013 +0100 @@ -48,7 +48,6 @@ function s2sout.initiate_connection(host_session) initialize_filters(host_session); host_session.version = 1; - host_session.open_stream = session_open_stream; -- Kick the connection attempting machine into life if not s2sout.attempt_connection(host_session) then