[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Thu Oct 22 08:32:29 MDT 2009


The branch, master has been updated
       via  5c6944d... s3: Remove a pointless #endif/#ifdef pair
      from  77991fc... s4-lsa: fixed breakage of lsa server

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 5c6944d33f7d4b3ec74d8ab29d344cd33583ede9
Author: Volker Lendecke <vl at samba.org>
Date:   Thu Oct 22 16:32:13 2009 +0200

    s3: Remove a pointless #endif/#ifdef pair

-----------------------------------------------------------------------

Summary of changes:
 source3/lib/dbwrap.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/lib/dbwrap.c b/source3/lib/dbwrap.c
index 67c08a6..8b3db89 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;
 	}


-- 
Samba Shared Repository


More information about the samba-cvs mailing list