mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 16:50:24 +00:00
Fix for failure to re-start DNS BIND on slave servers
See https://github.com/virtualmin/virtualmin-gpl/issues/565
This commit is contained in:
@@ -3022,7 +3022,7 @@ my %on = map { $_, 1 } @{$_[0]};
|
||||
&remote_error_setup(\&slave_error_handler);
|
||||
my @slaveerrs;
|
||||
foreach my $slave (&list_slave_servers()) {
|
||||
next if (%on && !$on{$slave->{'host'}});
|
||||
next if (%on && !$on{$slave->{'nsname'}});
|
||||
|
||||
# Find the PID file
|
||||
$slave_error = undef;
|
||||
|
||||
Reference in New Issue
Block a user