[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Tue Oct 2 11:53:03 MDT 2012


The branch, master has been updated
       via  a168a7c tdb: Fix a typo
      from  7751d03 s3-net: Fix DEBUG() location.

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


- Log -----------------------------------------------------------------
commit a168a7c791a4be1730a370d059b3a1073fbb0bdd
Author: Volker Lendecke <vl at samba.org>
Date:   Tue Oct 2 12:21:20 2012 +0200

    tdb: Fix a typo
    
    Autobuild-User(master): Volker Lendecke <vl at samba.org>
    Autobuild-Date(master): Tue Oct  2 19:52:16 CEST 2012 on sn-devel-104

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

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


Changeset truncated at 500 lines:

diff --git a/lib/tdb/common/lock.c b/lib/tdb/common/lock.c
index 88a52e9..260fab6 100644
--- a/lib/tdb/common/lock.c
+++ b/lib/tdb/common/lock.c
@@ -562,7 +562,7 @@ int tdb_allrecord_lock(struct tdb_context *tdb, int ltype,
 
 	/* We cover two kinds of locks:
 	 * 1) Normal chain locks.  Taken for almost all operations.
-	 * 3) Individual records locks.  Taken after normal or free
+	 * 2) Individual records locks.  Taken after normal or free
 	 *    chain locks.
 	 *
 	 * It is (1) which cause the starvation problem, so we're only


-- 
Samba Shared Repository


More information about the samba-cvs mailing list