mod_firewall/conditions: Add semicolon
authorKim Alvefur <zash@zash.se>
Fri, 11 Mar 2016 18:15:58 +0100
changeset 2075 4161ff87e5a4
parent 2074 2356114ff505
child 2076 eda5c54dfa30
mod_firewall/conditions: Add semicolon
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