mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 13:47:41 +03:00
s2smanager: Remove unused function parameter
This commit is contained in:
parent
5f6e150c61
commit
c908af2a7d
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ function new_incoming(conn)
|
||||||
return session;
|
return session;
|
||||||
end
|
end
|
||||||
|
|
||||||
function new_outgoing(from_host, to_host, connect)
|
function new_outgoing(from_host, to_host)
|
||||||
local host_session = { to_host = to_host, from_host = from_host, host = from_host,
|
local host_session = { to_host = to_host, from_host = from_host, host = from_host,
|
||||||
notopen = true, type = "s2sout_unauthed", direction = "outgoing" };
|
notopen = true, type = "s2sout_unauthed", direction = "outgoing" };
|
||||||
hosts[from_host].s2sout[to_host] = host_session;
|
hosts[from_host].s2sout[to_host] = host_session;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue