From 7e92a071c5ff90ec1255ea4e6f7846dfe20ec765 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 11 Apr 2007 13:00:27 +0000 Subject: r22176: Make the LOCAL-MESSAGING test pass again. Messaging sockets are in the 'pid directory' now... Andrew Bartlett (This used to be commit 224e7d4cc7f7fd4c4656185ec688ecc727a6489e) --- source4/torture/local/messaging.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/torture/local') 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); -- cgit