# HG changeset patch # User Kim Alvefur # Date 1457716558 -3600 # Node ID 4161ff87e5a48421c1f93c0a6eed683839b1f41e # Parent 2356114ff505335853f647783deabdcd27f8649e mod_firewall/conditions: Add semicolon diff -r 2356114ff505 -r 4161ff87e5a4 mod_firewall/conditions.lib.lua --- 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