[SCM] Samba Shared Repository - branch master updated

Jeremy Allison jra at samba.org
Wed Sep 24 17:00:04 MDT 2014


The branch, master has been updated
       via  17998fc tdb: Improve wording in a comment
      from  5d22bcf s3:torture: in LOCAL-MESSAGING-READ3, print some messages to child

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


- Log -----------------------------------------------------------------
commit 17998fc4cf20cf6d12d7ba3100576163ddb865fa
Author: Volker Lendecke <vl at samba.org>
Date:   Wed Sep 24 19:46:17 2014 +0200

    tdb: Improve wording in a comment
    
    Signed-off-by: Volker Lendecke <vl at samba.org>
    Reviewed-by: Jeremy Allison <jra at samba.org>
    
    Autobuild-User(master): Jeremy Allison <jra at samba.org>
    Autobuild-Date(master): Thu Sep 25 00:59:16 CEST 2014 on sn-devel-104

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

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


Changeset truncated at 500 lines:

diff --git a/lib/tdb/common/traverse.c b/lib/tdb/common/traverse.c
index a843359..618670f 100644
--- a/lib/tdb/common/traverse.c
+++ b/lib/tdb/common/traverse.c
@@ -239,7 +239,7 @@ _PUBLIC_ int tdb_traverse_read(struct tdb_context *tdb,
   prevent deadlocks
 
   WARNING: The data buffer given to the callback fn does NOT meet the
-  alignment restrictions malloc gives you.
+  alignment guarantees malloc gives you.
 */
 _PUBLIC_ int tdb_traverse(struct tdb_context *tdb,
 		 tdb_traverse_func fn, void *private_data)


-- 
Samba Shared Repository


More information about the samba-cvs mailing list