svn commit: samba r22084 - in branches/SAMBA_4_0/source/cluster/ctdb: .

tridge at samba.org tridge at samba.org
Thu Apr 5 04:20:55 GMT 2007


Author: tridge
Date: 2007-04-05 04:20:55 +0000 (Thu, 05 Apr 2007)
New Revision: 22084

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

Log:

use a TDB_INTERNAL tdb for the local ctdb tdb for now

Modified:
   branches/SAMBA_4_0/source/cluster/ctdb/ctdb_cluster.c


Changeset:
Modified: branches/SAMBA_4_0/source/cluster/ctdb/ctdb_cluster.c
===================================================================
--- branches/SAMBA_4_0/source/cluster/ctdb/ctdb_cluster.c	2007-04-05 04:08:00 UTC (rev 22083)
+++ branches/SAMBA_4_0/source/cluster/ctdb/ctdb_cluster.c	2007-04-05 04:20:55 UTC (rev 22084)
@@ -259,7 +259,7 @@
 	/* attach all the databases we will need */
 	for (i=0;i<ARRAY_SIZE(db_list);i++) {
 		struct ctdb_db_context *ctdb_db;
-		ctdb_db = ctdb_attach(state->ctdb, db_list[i], TDB_DEFAULT, 
+		ctdb_db = ctdb_attach(state->ctdb, db_list[i], TDB_INTERNAL, 
 				      O_RDWR|O_CREAT|O_TRUNC, 0666);
 		if (ctdb_db == NULL) goto failed;
 	}



More information about the samba-cvs mailing list