mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
core.s2smanager: Fix previous commit (Thanks Martin)
This commit is contained in:
parent
ae1009d110
commit
e7fce52802
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ local function new_incoming(conn)
|
|||
sessionlib.set_logger(host_session);
|
||||
sessionlib.set_conn(host_session, conn);
|
||||
host_session.direction = "incoming";
|
||||
host_session.session.hosts = {};
|
||||
host_session.hosts = {};
|
||||
incoming_s2s[host_session] = true;
|
||||
return host_session;
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue