summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-09-15 20:14:17 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 15:06:47 -0500
commitae9c015c570d4a34cb8023aef4164437f5ae7131 (patch)
tree8de1c87f9cee6e49bc11365aff8ff30fae70a811 /source4
parent020683680c8999b7e53ed39f9e8c5ff692989d21 (diff)
downloadsamba-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')
-rw-r--r--source4/selftest/env/Samba4.pm1
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
};