From 23508a7c86ada00038cc903af511550e570f5673 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 5 Apr 2007 04:20:55 +0000 Subject: r22084: use a TDB_INTERNAL tdb for the local ctdb tdb for now (This used to be commit e2fe45cf4073b68e2a1c6577928d0765e26f3267) --- source4/cluster/ctdb/ctdb_cluster.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/cluster/ctdb/ctdb_cluster.c b/source4/cluster/ctdb/ctdb_cluster.c index 4892f3e173..ceff53ee5d 100644 --- a/source4/cluster/ctdb/ctdb_cluster.c +++ b/source4/cluster/ctdb/ctdb_cluster.c @@ -259,7 +259,7 @@ void cluster_ctdb_init(struct event_context *ev) /* attach all the databases we will need */ for (i=0;ictdb, 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; } -- cgit