[SCM] SAMBA-CTDB repository - branch v3-2-ctdb updated - 3.2.11-ctdb-65-7-g67e1376

Michael Adam obnox at samba.org
Tue Nov 3 00:11:32 MST 2009


The branch, v3-2-ctdb has been updated
       via  67e13766284ac39e9a7e1098a7252c7f5243d447 (commit)
       via  3d5b9abb49b9d525106eb76097075153881dad36 (commit)
      from  587caa3d8ad6a97c480e371a3cc5bc3b2c932ec7 (commit)

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


- Log -----------------------------------------------------------------
commit 67e13766284ac39e9a7e1098a7252c7f5243d447
Author: Volker Lendecke <vl at samba.org>
Date:   Mon Nov 2 16:59:15 2009 +0100

    s3: Fix a 100% CPU loop when ctdbd dies during a traverse

commit 3d5b9abb49b9d525106eb76097075153881dad36
Author: Michael Adam <obnox at samba.org>
Date:   Tue Nov 3 08:08:34 2009 +0100

    v3-2-ctdb: Bump the ctdb vendor patch level to 68.
    
    Michael

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

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


Changeset truncated at 500 lines:

diff --git a/source/VERSION b/source/VERSION
index 7374600..e8f05af 100644
--- a/source/VERSION
+++ b/source/VERSION
@@ -96,4 +96,4 @@ SAMBA_VERSION_IS_GIT_SNAPSHOT=
 #  ->  "CVS 3.0.0rc2-VendorVersion"                    #
 ########################################################
 SAMBA_VERSION_VENDOR_SUFFIX="ctdb"
-SAMBA_VERSION_VENDOR_PATCH=67
+SAMBA_VERSION_VENDOR_PATCH=68
diff --git a/source/lib/ctdbd_conn.c b/source/lib/ctdbd_conn.c
index 33a69f6..0020fcd 100644
--- a/source/lib/ctdbd_conn.c
+++ b/source/lib/ctdbd_conn.c
@@ -1162,6 +1162,7 @@ NTSTATUS ctdbd_traverse(uint32 db_id,
 
 		if (NT_STATUS_EQUAL(status, NT_STATUS_END_OF_FILE)) {
 			status = NT_STATUS_OK;
+			break;
 		}
 
 		if (!NT_STATUS_IS_OK(status)) {


-- 
SAMBA-CTDB repository


More information about the samba-cvs mailing list