mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 08:40:24 +00:00
We are only reading named.conf, not writing here
This commit is contained in:
@@ -131,7 +131,7 @@ my $file = $_[0] || $config{'named_conf'};
|
||||
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} =
|
||||
|
||||
Reference in New Issue
Block a user