]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
selftest: Specify --use-ntvfs for the chdcpass environment
authorAndrew Bartlett <abartlet@samba.org>
Thu, 23 Aug 2012 03:27:35 +0000 (13:27 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 23 Aug 2012 13:02:25 +0000 (15:02 +0200)
selftest/target/Samba4.pm

index b8d245c713f4f33fbe359914fbe3f7264ed07965..29e80b8d1ac229d2405194a992434a203400fe55 100644 (file)
@@ -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")) {