Mercurial > prosody-modules
changeset 2071:4161ff87e5a4
mod_firewall/conditions: Add semicolon
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 11 Mar 2016 18:15:58 +0100 |
parents | 2356114ff505 |
children | eda5c54dfa30 |
files | mod_firewall/conditions.lib.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_firewall/conditions.lib.lua Fri Mar 11 18:13:53 2016 +0100 +++ b/mod_firewall/conditions.lib.lua Fri Mar 11 18:15:58 2016 +0100 @@ -21,7 +21,7 @@ local function compile_jid_match_part(part, match) if not match then - return part.." == nil" + return part.." == nil"; end local pattern = match:match("<(.*)>"); if pattern then