mod_firewall/actions.lib.lua
changeset 2564 fda47e2135e5
parent 2562 2b533a7b5236
child 2585 0116672348c4
--- a/mod_firewall/actions.lib.lua	Fri Feb 24 09:48:16 2017 +0000
+++ b/mod_firewall/actions.lib.lua	Fri Feb 24 09:48:45 2017 +0000
@@ -126,7 +126,7 @@
 		deps[#deps+1] = "core_post_stanza";
 	end
 	return ([[local newstanza = st.%s; %s;%s]])
-		:format(make_new, reroute, drop and " return true;" or ""), deps;
+		:format(make_new, reroute, drop and " do return true end" or ""), deps;
 end
 
 function action_handlers.BOUNCE(with)