r24988: LOCAL-IRPC needs a the pid dir setup (as LOCAL-MESSAGING)
authorStefan Metzmacher <metze@samba.org>
Fri, 7 Sep 2007 08:05:37 +0000 (08:05 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 20:05:24 +0000 (15:05 -0500)
not the lock dir...

metze
(This used to be commit bccc014757f22fbe9f2e7a74672626d81768ebdf)

source4/torture/local/irpc.c

index fa6e3e7ade2c563811e2318eb44d85be1977e63e..f21a050396640ae957e96a29076bcd97f94648ff 100644 (file)
@@ -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 =