[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-713-ge3f7057

Günther Deschner gd at samba.org
Wed Mar 25 15:09:52 GMT 2009


The branch, master has been updated
       via  e3f7057b0942793543c215ab45176c4280bd7d51 (commit)
      from  283e135298767f128c413e0e6df75d21ec8e8e6b (commit)

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


- Log -----------------------------------------------------------------
commit e3f7057b0942793543c215ab45176c4280bd7d51
Author: Günther Deschner <gd at samba.org>
Date:   Wed Mar 25 15:58:20 2009 +0100

    s3-libnet: Fix Bug #6193: avoid messing with sync_context in libnet_samsync_delta().
    
    We absolutely need to avoid messing with the sync_context as that breaks the
    stream of replication data coming from the DC (only replicates ~350 instead of
    ~4000 groups).
    
    Guenther

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

Summary of changes:
 source3/libnet/libnet_samsync.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/libnet/libnet_samsync.c b/source3/libnet/libnet_samsync.c
index 73d4439..0c00b85 100644
--- a/source3/libnet/libnet_samsync.c
+++ b/source3/libnet/libnet_samsync.c
@@ -422,9 +422,6 @@ static NTSTATUS libnet_samsync_delta(TALLOC_CTX *mem_ctx,
 
 		TALLOC_FREE(delta_enum_array);
 
-		/* Increment sync_context */
-		sync_context += 1;
-
 	} while (NT_STATUS_EQUAL(result, STATUS_MORE_ENTRIES));
 
  out:


-- 
Samba Shared Repository


More information about the samba-cvs mailing list