[SCM] SAMBA-CTDB repository - branch v3-4-ctdb updated - 3.4.2-ctdb-16-1-gb130fa9

Michael Adam obnox at samba.org
Tue Jan 5 10:25:37 MST 2010


The branch, v3-4-ctdb has been updated
       via  b130fa9d595893621c8f5b9088f4e123bc9644c5 (commit)
      from  19f746178841c579a4db31733524f68924859262 (commit)

http://gitweb.samba.org/?p=obnox/samba-ctdb.git;a=shortlog;h=v3-4-ctdb


- Log -----------------------------------------------------------------
commit b130fa9d595893621c8f5b9088f4e123bc9644c5
Author: Michael Adam <obnox at samba.org>
Date:   Tue Jan 5 16:17:27 2010 +0100

    s3:dbwrap_ctdb: fix an uninitialized variable.
    
    Michael

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

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


Changeset truncated at 500 lines:

diff --git a/source3/lib/dbwrap_ctdb.c b/source3/lib/dbwrap_ctdb.c
index d70637e..d6fde35 100644
--- a/source3/lib/dbwrap_ctdb.c
+++ b/source3/lib/dbwrap_ctdb.c
@@ -381,7 +381,7 @@ static bool pull_newest_from_marshall_buffer(struct ctdb_marshall_buffer *buf,
 {
 	struct ctdb_rec_data *rec = NULL;
 	struct ctdb_ltdb_header h;
-	bool found;
+	bool found = false;
 	TDB_DATA data;
 	int i;
 


-- 
SAMBA-CTDB repository


More information about the samba-cvs mailing list