mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 13:47:41 +03:00
mod_admin_adhoc: Show only connections to/from the host the command was run on
This commit is contained in:
parent
b6cb16100c
commit
dc21fd08f4
1 changed files with 1 additions and 1 deletions
|
@ -422,7 +422,7 @@ local function list_s2s_this_handler(self, data, state)
|
||||||
local sess_lines = { r = remotehost,
|
local sess_lines = { r = remotehost,
|
||||||
session_flags(session, { "", direction, remotehost or "?" })};
|
session_flags(session, { "", direction, remotehost or "?" })};
|
||||||
|
|
||||||
if remotehost:match(module_host) or localhost:match(module_host) then
|
if localhost == module_host then
|
||||||
s2s_list[#s2s_list+1] = sess_lines;
|
s2s_list[#s2s_list+1] = sess_lines;
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue