public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] firewall: Fix missing whitespace for blocklist messages
@ 2022-10-07 16:21 Michael Tremer
  0 siblings, 0 replies; only message in thread
From: Michael Tremer @ 2022-10-07 16:21 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 766 bytes --]

Fixes: #12934
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
---
 config/firewall/rules.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/firewall/rules.pl b/config/firewall/rules.pl
index e1d7718a8..30ad20df1 100644
--- a/config/firewall/rules.pl
+++ b/config/firewall/rules.pl
@@ -760,7 +760,7 @@ sub ipblocklist () {
 			# Check if logging is enabled.
 			if($blocklistsettings{'LOGGING'} eq "on") {
 				# Create logging rule.
-				run("$IPTABLES -A ${blocklist}_DROP -j LOG -m limit --limit 10/second --log-prefix \"BLKLST_$blocklist\" ");
+				run("$IPTABLES -A ${blocklist}_DROP -j LOG -m limit --limit 10/second --log-prefix \"BLKLST_$blocklist \"");
 			}
 
 			# Create Drop rule.
-- 
2.30.2


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-10-07 16:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-07 16:21 [PATCH] firewall: Fix missing whitespace for blocklist messages Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox