diff options
author | Andrew Tridgell <tridge@samba.org> | 2007-04-19 09:58:23 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2007-04-19 09:58:23 +1000 |
commit | a3ab61b384c90858df6af52f386daa71025767f4 (patch) | |
tree | ebf05ae19ad40045f6ed9e79d8ae8b41eba1207b /ctdb/common/cmdline.c | |
parent | 36816ee12ac345c419d8b0fbca0858c6336f6ad9 (diff) | |
download | samba-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.c | 2 |
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 }; |