summaryrefslogtreecommitdiff
path: root/selftest
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-08-23 13:27:35 +1000
committerAndrew Bartlett <abartlet@samba.org>2012-08-23 15:02:25 +0200
commit8c7f4f05f2e9ee9d1adf4c784dcad813f603af97 (patch)
treeb4b7884167c90aea94d213136d91e2221c51d96a /selftest
parent069db9b630b19835e8a008b50c0bed4d7245bf51 (diff)
downloadsamba-8c7f4f05f2e9ee9d1adf4c784dcad813f603af97.tar.gz
selftest: Specify --use-ntvfs for the chdcpass environment
Diffstat (limited to 'selftest')
-rw-r--r--selftest/target/Samba4.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/selftest/target/Samba4.pm b/selftest/target/Samba4.pm
index b8d245c713f..29e80b8d1ac 100644
--- a/selftest/target/Samba4.pm
+++ b/selftest/target/Samba4.pm
@@ -1442,7 +1442,7 @@ sub provision_chgdcpass($$)
"chgdcpassword.samba.example.com",
"2008",
"chgDCpass1",
- undef, 1);
+ undef, "", "", 1);
return undef unless(defined $ret);
unless($self->add_wins_config("$prefix/private")) {