X-Git-Url: http://git.samba.org/?p=samba.git;a=blobdiff_plain;f=selftest%2Ftarget%2FSamba3.pm;h=554410580fadfa0140d8659f360e905fec5df198;hp=8c15d3750f1ab76d304916b9d3f09fc105fea5d7;hb=25ec8e8656f66fe51a0d48718cdcfd8b209f6ca0;hpb=6e853708def98545eeb6913b8a2dd59d439323e6 diff --git a/selftest/target/Samba3.pm b/selftest/target/Samba3.pm index 8c15d3750f1..554410580fa 100755 --- a/selftest/target/Samba3.pm +++ b/selftest/target/Samba3.pm @@ -1259,7 +1259,7 @@ domadmins:X:$gid_domadmins: print DNS_UPDATE_LIST "AAAA $server. $server_ipv6\n"; close(DNS_UPDATE_LIST); - if (system("$ENV{SRCDIR_ABS}/source4/scripting/bin/samba_dnsupdate --all-interfaces --use-file=$dns_host_file -s $conffile --update-list=$prefix/dns_update_list --no-substiutions --no-credentials") != 0) { + if (system("$ENV{SRCDIR_ABS}/source4/scripting/bin/samba_dnsupdate --all-interfaces --use-file=$dns_host_file -s $conffile --update-list=$prefix/dns_update_list --update-cache=$prefix/dns_update_cache --no-substiutions --no-credentials") != 0) { die "Unable to update hostname into $dns_host_file"; }