From 90e164671f2113a0d5d6af75858ebf712bb1f1fc Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Tue, 4 Oct 2022 20:52:10 -0700 Subject: [PATCH] We are only reading named.conf, not writing here --- bind8/bind8-lib.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bind8/bind8-lib.pl b/bind8/bind8-lib.pl index 19badecc9e..e9bfc76f98 100755 --- a/bind8/bind8-lib.pl +++ b/bind8/bind8-lib.pl @@ -131,7 +131,7 @@ sub get_config_parent if (!defined($get_config_parent_cache{$file})) { my $conf = &get_config(); if (!defined($lines_count{$file})) { - my $lref = &read_file_lines($file); + my $lref = &read_file_lines($file, 1); $lines_count{$file} = @$lref; } $get_config_parent_cache{$file} =