* [PATCH] ids-functions.pl: Quote array of subnets
@ 2020-05-20 12:29 Michael Tremer
0 siblings, 0 replies; only message in thread
From: Michael Tremer @ 2020-05-20 12:29 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 739 bytes --]
Reported-by: Daniel Weismüller <daniel.weismueller(a)ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
---
config/cfgroot/ids-functions.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config/cfgroot/ids-functions.pl b/config/cfgroot/ids-functions.pl
index e33569849..d45e1c70a 100644
--- a/config/cfgroot/ids-functions.pl
+++ b/config/cfgroot/ids-functions.pl
@@ -677,7 +677,7 @@ sub generate_home_net_file() {
}
# Format home net declaration.
- my $line = "[" . join(',', @networks) . "]";
+ my $line = "\"[" . join(',', @networks) . "]\"";
# Open file to store the addresses of the home net.
open(FILE, ">$homenet_file") or die "Could not open $homenet_file. $!\n";
--
2.20.1
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2020-05-20 12:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-20 12:29 [PATCH] ids-functions.pl: Quote array of subnets Michael Tremer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox