[prev in list] [next in list] [prev in thread] [next in thread] 

List:       ipfire-scm
Subject:    [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 7479c993490ea57fb35a80523577309e
From:       Arne Fitzenreiter <git () ipfire ! org>
Date:       2020-05-20 12:39:39
Message-ID: 49RslH5v32z2xdB () people01 ! haj ! ipfire ! org
[Download RAW message or body]

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 2.x development tree".

The branch, next has been updated
       via  7479c993490ea57fb35a80523577309e36b63f90 (commit)
      from  76a1dedb4fbd40b4eb1d7f8267879de4854b3e9d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 7479c993490ea57fb35a80523577309e36b63f90
Author: Michael Tremer <michael.tremer@ipfire.org>
Date:   Wed May 20 12:29:48 2020 +0000

    ids-functions.pl: Quote array of subnets
    
    Reported-by: Daniel Weismüller <daniel.weismueller@ipfire.org>
    Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
    Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>

-----------------------------------------------------------------------

Summary of changes:
 config/cfgroot/ids-functions.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Difference in files:
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";


hooks/post-receive
--
IPFire 2.x development tree


_______________________________________________
IPFire-SCM mailing list
IPFire-SCM@lists.ipfire.org
https://lists.ipfire.org/mailman/listinfo/ipfire-scm


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic