[SCM] Samba Shared Repository - branch v3-6-test updated

Michael Adam obnox at samba.org
Thu Mar 31 13:27:57 MDT 2011


The branch, v3-6-test has been updated
       via  7b3ff54 s3-ctdb_wrap: remove unused variable from db_ctdb_fetch_persistent().
      from  4d105c9 s3:configure: allow building without SCHEDULE_FOR_DELETION with --enable-old-ctdb

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-6-test


- Log -----------------------------------------------------------------
commit 7b3ff54038ee3b7dd9da17ef313190e456b0cfd4
Author: Günther Deschner <gd at samba.org>
Date:   Mon Mar 28 12:27:21 2011 +0200

    s3-ctdb_wrap: remove unused variable from db_ctdb_fetch_persistent().
    
    Guenther
    
    Autobuild-User: Günther Deschner <gd at samba.org>
    Autobuild-Date: Wed Mar 30 02:00:50 CEST 2011 on sn-devel-104

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

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


Changeset truncated at 500 lines:

diff --git a/source3/lib/dbwrap_ctdb.c b/source3/lib/dbwrap_ctdb.c
index 90c4771..56d5d60 100644
--- a/source3/lib/dbwrap_ctdb.c
+++ b/source3/lib/dbwrap_ctdb.c
@@ -490,7 +490,6 @@ static int db_ctdb_fetch_persistent(struct db_ctdb_ctx *db,
 				    TDB_DATA key, TDB_DATA *data)
 {
 	NTSTATUS status;
-	bool found;
 
 	status = db_ctdb_ltdb_fetch(db, key, NULL, mem_ctx, data);
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list