[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-1258-gc82c1d4

Volker Lendecke vl at samba.org
Thu Jan 10 21:10:04 GMT 2008


The branch, v3-2-test has been updated
       via  c82c1d462be6ddccd6e395b4a9630df91dacbda2 (commit)
      from  c8ae7d095a2a6a7eac920a68ca7244e3a423e1b1 (commit)

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


- Log -----------------------------------------------------------------
commit c82c1d462be6ddccd6e395b4a9630df91dacbda2
Author: Volker Lendecke <vl at samba.org>
Date:   Thu Jan 10 13:22:51 2008 +0100

    Tiny cosmetic fix

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

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


Changeset truncated at 500 lines:

diff --git a/source/lib/dbwrap_tdb.c b/source/lib/dbwrap_tdb.c
index 83a0d11..710e45d 100644
--- a/source/lib/dbwrap_tdb.c
+++ b/source/lib/dbwrap_tdb.c
@@ -160,8 +160,7 @@ static int db_tdb_fetch(struct db_context *db, TALLOC_CTX *mem_ctx,
 
 	state.mem_ctx = mem_ctx;
 	state.result = 0;
-	state.data.dptr = NULL;
-	state.data.dsize = 0;
+	state.data = tdb_null;
 
 	tdb_parse_record(ctx->wtdb->tdb, key, db_tdb_fetch_parse, &state);
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list