mod_admin_adhoc: Remove extra ) that should not be there
authorKim Alvefur <zash@zash.se>
Sun, 03 Jan 2016 17:22:58 +0100
changeset 7047 8fcee3339463
parent 7046 14bc5593b97e
child 7048 49e2456bf2ce
mod_admin_adhoc: Remove extra ) that should not be there
plugins/mod_admin_adhoc.lua
--- a/plugins/mod_admin_adhoc.lua	Sun Jan 03 17:19:14 2016 +0100
+++ b/plugins/mod_admin_adhoc.lua	Sun Jan 03 17:22:58 2016 +0100
@@ -390,7 +390,7 @@
 		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";