svn commit: samba r24988 - in branches/SAMBA_4_0/source/torture/local: .

metze at samba.org metze at samba.org
Fri Sep 7 08:05:39 GMT 2007


Author: metze
Date: 2007-09-07 08:05:37 +0000 (Fri, 07 Sep 2007)
New Revision: 24988

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=24988

Log:
LOCAL-IRPC needs a the pid dir setup (as LOCAL-MESSAGING)
not the lock dir...

metze
Modified:
   branches/SAMBA_4_0/source/torture/local/irpc.c


Changeset:
Modified: branches/SAMBA_4_0/source/torture/local/irpc.c
===================================================================
--- branches/SAMBA_4_0/source/torture/local/irpc.c	2007-09-07 07:31:26 UTC (rev 24987)
+++ branches/SAMBA_4_0/source/torture/local/irpc.c	2007-09-07 08:05:37 UTC (rev 24988)
@@ -214,7 +214,7 @@
 
 	*_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 = 



More information about the samba-cvs mailing list