From 5c6944d33f7d4b3ec74d8ab29d344cd33583ede9 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 22 Oct 2009 16:32:13 +0200 Subject: s3: Remove a pointless #endif/#ifdef pair --- source3/lib/dbwrap.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/lib/dbwrap.c') 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; } -- cgit