From a3ab61b384c90858df6af52f386daa71025767f4 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 19 Apr 2007 09:58:23 +1000 Subject: - use separate directories for the tdb files by default - use TDB_CLEAR_IF_FIRST to ensure we don't use an old tdb (This used to be ctdb commit ac47d7b4eb79597da1358da21f10e634cdc9dd2e) --- ctdb/common/cmdline.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ctdb/common/cmdline.c') diff --git a/ctdb/common/cmdline.c b/ctdb/common/cmdline.c index 4995cc8de1..07a19cedc5 100644 --- a/ctdb/common/cmdline.c +++ b/ctdb/common/cmdline.c @@ -37,7 +37,7 @@ static struct { .transport = "tcp", .myaddress = NULL, .self_connect = 0, - .db_dir = "." + .db_dir = NULL }; -- cgit