svn commit: samba r22242 - in branches/SAMBA_4_0/source/smbd: .

tridge at samba.org tridge at samba.org
Mon Apr 16 06:23:43 GMT 2007


Author: tridge
Date: 2007-04-16 06:23:42 +0000 (Mon, 16 Apr 2007)
New Revision: 22242

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

Log:

ctdb init now takes a process model

Modified:
   branches/SAMBA_4_0/source/smbd/server.c


Changeset:
Modified: branches/SAMBA_4_0/source/smbd/server.c
===================================================================
--- branches/SAMBA_4_0/source/smbd/server.c	2007-04-16 06:11:36 UTC (rev 22241)
+++ branches/SAMBA_4_0/source/smbd/server.c	2007-04-16 06:23:42 UTC (rev 22242)
@@ -286,7 +286,7 @@
 	event_ctx = event_context_init(NULL);
 
 	/* initialise clustering if needed */
-	cluster_ctdb_init(event_ctx);
+	cluster_ctdb_init(event_ctx, model);
 
 	if (interactive) {
 		/* catch EOF on stdin */



More information about the samba-cvs mailing list