mod_firewall/actions.lib.lua
changeset 1343 7dbde05b48a9
parent 1303 8a3f3f485675
child 2074 2356114ff505
--- a/mod_firewall/actions.lib.lua	Mon Mar 10 08:22:58 2014 +0000
+++ b/mod_firewall/actions.lib.lua	Tue Mar 11 18:44:01 2014 +0100
@@ -126,7 +126,7 @@
 	return ([[local newstanza = st.%s; %s;%s]])
 		:format(make_new, reroute, drop and " return true;" or ""), deps;
 end
-	
+
 function action_handlers.BOUNCE(with)
 	local error = with and with:match("^%S+") or "service-unavailable";
 	local error_type = error:match(":(%S+)");