summaryrefslogtreecommitdiffstats
path: root/ctdb/common/cmdline.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2007-04-19 09:58:23 +1000
committerAndrew Tridgell <tridge@samba.org>2007-04-19 09:58:23 +1000
commita3ab61b384c90858df6af52f386daa71025767f4 (patch)
treeebf05ae19ad40045f6ed9e79d8ae8b41eba1207b /ctdb/common/cmdline.c
parent36816ee12ac345c419d8b0fbca0858c6336f6ad9 (diff)
downloadsamba-a3ab61b384c90858df6af52f386daa71025767f4.tar.gz
samba-a3ab61b384c90858df6af52f386daa71025767f4.tar.xz
samba-a3ab61b384c90858df6af52f386daa71025767f4.zip
- 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)
Diffstat (limited to 'ctdb/common/cmdline.c')
-rw-r--r--ctdb/common/cmdline.c2
1 files changed, 1 insertions, 1 deletions
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
};