diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-09-15 20:14:17 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 15:06:47 -0500 |
commit | ae9c015c570d4a34cb8023aef4164437f5ae7131 (patch) | |
tree | 8de1c87f9cee6e49bc11365aff8ff30fae70a811 /source4/selftest | |
parent | 020683680c8999b7e53ed39f9e8c5ff692989d21 (diff) | |
download | samba-ae9c015c570d4a34cb8023aef4164437f5ae7131.tar.gz samba-ae9c015c570d4a34cb8023aef4164437f5ae7131.tar.bz2 samba-ae9c015c570d4a34cb8023aef4164437f5ae7131.zip |
r25183: return LOCKDIR too
metze
(This used to be commit 9d73932972ca5ceaf941c4b7cc88fe1fa19e1cc2)
Diffstat (limited to 'source4/selftest')
-rw-r--r-- | source4/selftest/env/Samba4.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/selftest/env/Samba4.pm b/source4/selftest/env/Samba4.pm index 11afc0e6f3..c8d2ccc94b 100644 --- a/source4/selftest/env/Samba4.pm +++ b/source4/selftest/env/Samba4.pm @@ -446,6 +446,7 @@ my @provision_options = ("$self->{bindir}/smbscript", "$self->{setupdir}/provisi LDAPDIR => $ldapdir, WINBINDD_SOCKET_DIR => $winbindd_socket_dir, NCALRPCDIR => $ncalrpcdir, + LOCKDIR => $lockdir, CONFIGURATION => $configuration, SOCKET_WRAPPER_DEFAULT_IFACE => $swiface }; |