mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
r24988: LOCAL-IRPC needs a the pid dir setup (as LOCAL-MESSAGING)
not the lock dir...
metze
(This used to be commit bccc014757
)
This commit is contained in:
parent
985c7a0b20
commit
039a369a4f
@ -214,7 +214,7 @@ static BOOL irpc_setup(struct torture_context *tctx, void **_data)
|
||||
|
||||
*_data = data = talloc(tctx, struct irpc_test_data);
|
||||
|
||||
lp_set_cmdline("lock dir", "lockdir.tmp");
|
||||
lp_set_cmdline("pid directory", "piddir.tmp");
|
||||
|
||||
data->ev = tctx->ev;
|
||||
torture_assert(tctx, data->msg_ctx1 =
|
||||
|
Loading…
Reference in New Issue
Block a user