summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2007-04-11 13:00:27 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:49:57 -0500
commit7e92a071c5ff90ec1255ea4e6f7846dfe20ec765 (patch)
tree7a203e44a218282289486832a17e1e4bcdb7c162 /source4
parentca3e134c8b3920102f45db53d0e816d74c809244 (diff)
downloadsamba-7e92a071c5ff90ec1255ea4e6f7846dfe20ec765.tar.gz
samba-7e92a071c5ff90ec1255ea4e6f7846dfe20ec765.tar.bz2
samba-7e92a071c5ff90ec1255ea4e6f7846dfe20ec765.zip
r22176: Make the LOCAL-MESSAGING test pass again. Messaging sockets are in
the 'pid directory' now... Andrew Bartlett (This used to be commit 224e7d4cc7f7fd4c4656185ec688ecc727a6489e)
Diffstat (limited to 'source4')
-rw-r--r--source4/torture/local/messaging.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/local/messaging.c b/source4/torture/local/messaging.c
index d84a1b12c7..f6ae8a3e8c 100644
--- a/source4/torture/local/messaging.c
+++ b/source4/torture/local/messaging.c
@@ -68,7 +68,7 @@ static bool test_ping_speed(struct torture_context *tctx)
uint32_t msg_ping, msg_exit;
TALLOC_CTX *mem_ctx = tctx;
- lp_set_cmdline("lock dir", "lockdir.tmp");
+ lp_set_cmdline("pid directory", "piddir.tmp");
ev = event_context_init(mem_ctx);