mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +03:00
mod_admin_adhoc: Remove extra ) that should not be there
This commit is contained in:
parent
6a9bce5dae
commit
b6cb16100c
1 changed files with 1 additions and 1 deletions
|
@ -390,7 +390,7 @@ local function session_flags(session, line)
|
|||
flags[#flags+1] = "encrypted";
|
||||
end
|
||||
if session.compressed then
|
||||
flags[#flags+1] = "compressed)";
|
||||
flags[#flags+1] = "compressed";
|
||||
end
|
||||
if session.smacks then
|
||||
flags[#flags+1] = "sm";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue