Skip to content

Commit

Permalink
We are only reading named.conf, not writing here
Browse files Browse the repository at this point in the history
  • Loading branch information
jcameron committed Oct 5, 2022
1 parent b2798db commit 90e1646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bind8/bind8-lib.pl
Expand Up @@ -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} =
Expand Down

0 comments on commit 90e1646

Please sign in to comment.