mirror of
https://github.com/samba-team/samba.git
synced 2025-01-10 01:18:15 +03:00
selftest: pass ipv4 and ipv6 listener addresses to dns_hub.py
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
parent
6b249437bd
commit
83f6ff9006
@ -314,7 +314,7 @@ sub setup_dns_hub_internal($$$)
|
||||
}
|
||||
my $binary = "$self->{srcdir}/selftest/target/dns_hub.py";
|
||||
push (@args, "$self->{server_maxtime}");
|
||||
push (@args, "$env->{SERVER_IP}");
|
||||
push (@args, "$env->{SERVER_IP},$env->{SERVER_IPV6}");
|
||||
push (@args, Samba::realm_to_ip_mappings());
|
||||
my @full_cmd = (@preargs, $binary, @args);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user