diff options
Diffstat (limited to 'source3/lib/dbwrap.c')
-rw-r--r-- | source3/lib/dbwrap.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/lib/dbwrap.c b/source3/lib/dbwrap.c index 67c08a6085..8b3db8940a 100644 --- a/source3/lib/dbwrap.c +++ b/source3/lib/dbwrap.c @@ -103,9 +103,7 @@ struct db_context *db_open(TALLOC_CTX *mem_ctx, struct db_context *result = NULL; #ifdef CLUSTER_SUPPORT const char *sockname = lp_ctdbd_socket(); -#endif -#ifdef CLUSTER_SUPPORT if(!sockname || !*sockname) { sockname = CTDB_PATH; } |