[SCM] Samba Shared Repository - branch v3-2-test updated - release-3-2-0pre2-3520-g1a1823c

Günther Deschner gd at samba.org
Wed Mar 25 16:08:25 GMT 2009


The branch, v3-2-test has been updated
       via  1a1823c357fb8e01ac0e8c8749e6f5004bf3cf3e (commit)
      from  4a99f2f006e6324cf38b68f0f390daf52f24b1b3 (commit)

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


- Log -----------------------------------------------------------------
commit 1a1823c357fb8e01ac0e8c8749e6f5004bf3cf3e
Author: Günther Deschner <gd at samba.org>
Date:   Wed Mar 25 17:06:57 2009 +0100

    s3-net: Fix Bug #6193: avoid messing with sync_context in fetch_database_to_ldif().
    
    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:
 source/utils/net_rpc_samsync.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/utils/net_rpc_samsync.c b/source/utils/net_rpc_samsync.c
index 49e5c1a..38ba1c5 100644
--- a/source/utils/net_rpc_samsync.c
+++ b/source/utils/net_rpc_samsync.c
@@ -2253,9 +2253,6 @@ static NTSTATUS fetch_database_to_ldif(struct rpc_pipe_client *pipe_hnd,
 			} /* end of switch */
 		} /* end of for loop */
 
-		/* Increment sync_context */
-		sync_context += 1;
-
 	} while (NT_STATUS_EQUAL(result, STATUS_MORE_ENTRIES));
 
 	/* Write ldif data to the user's file */


-- 
Samba Shared Repository


More information about the samba-cvs mailing list