1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

s3: Remove a pointless #endif/#ifdef pair

This commit is contained in:
Volker Lendecke 2009-10-22 16:32:13 +02:00
parent 77991fc6f8
commit 5c6944d33f

View File

@ -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;
}