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

abartlet at samba.org abartlet at samba.org
Wed Apr 11 13:00:27 GMT 2007


Author: abartlet
Date: 2007-04-11 13:00:27 +0000 (Wed, 11 Apr 2007)
New Revision: 22176

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

Log:
Make the LOCAL-MESSAGING test pass again.  Messaging sockets are in
the 'pid directory' now...

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/torture/local/messaging.c


Changeset:
Modified: branches/SAMBA_4_0/source/torture/local/messaging.c
===================================================================
--- branches/SAMBA_4_0/source/torture/local/messaging.c	2007-04-11 12:54:00 UTC (rev 22175)
+++ branches/SAMBA_4_0/source/torture/local/messaging.c	2007-04-11 13:00:27 UTC (rev 22176)
@@ -68,7 +68,7 @@
 	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);
 



More information about the samba-cvs mailing list