mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
Fix get slave IPv6 address
This commit is contained in:
@@ -2841,7 +2841,7 @@ foreach my $slave (@slaves) {
|
||||
if ($config{'extra_slaves'}) {
|
||||
push(@otherslaves,
|
||||
grep { $_ ne '' }
|
||||
map { &to_ipaddress($_) || &to_ipaddress($_) }
|
||||
map { &to_ipaddress($_) || &to_ip6address($_) }
|
||||
split(/\s+/, $config{'extra_slaves'}));
|
||||
}
|
||||
if ($moreslaves) {
|
||||
|
||||
Reference in New Issue
Block a user