The branch, v3-3-test has been updated
via efa7f6bff9bec89214dab368ff5efc61fa1cc212 (commit)
from 4d0cfb46e449e85646e05df2c4efe7dffa670edd (commit)
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test
- Log -----------------------------------------------------------------
commit efa7f6bff9bec89214dab368ff5efc61fa1cc212
Author: Günther Deschner <[email protected]>
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
(cherry picked from commit e3f7057b0942793543c215ab45176c4280bd7d51)
-----------------------------------------------------------------------
Summary of changes:
source/libnet/libnet_samsync.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
Changeset truncated at 500 lines:
diff --git a/source/libnet/libnet_samsync.c b/source/libnet/libnet_samsync.c
index 87b3f9c..5c4774b 100644
--- a/source/libnet/libnet_samsync.c
+++ b/source/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