1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00

r22176: Make the LOCAL-MESSAGING test pass again. Messaging sockets are in

the 'pid directory' now...

Andrew Bartlett
(This used to be commit 224e7d4cc7)
This commit is contained in:
Andrew Bartlett 2007-04-11 13:00:27 +00:00 committed by Gerald (Jerry) Carter
parent ca3e134c8b
commit 7e92a071c5

View File

@ -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);