summaryrefslogtreecommitdiff
path: root/source3/libnet/libnet_dssync.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-07-30 17:44:22 +0200
committerMichael Adam <obnox@samba.org>2008-08-01 16:07:05 +0200
commit072bd871946134b3c5e57809b4831ed6fe5586b2 (patch)
treebd55bcf4109d4be8fb567fdc38f790adf875e606 /source3/libnet/libnet_dssync.c
parentf060b744efe6af1ad1a21e9e155b30eab502f81a (diff)
downloadsamba-072bd871946134b3c5e57809b4831ed6fe5586b2.tar.gz
samba-072bd871946134b3c5e57809b4831ed6fe5586b2.tar.bz2
samba-072bd871946134b3c5e57809b4831ed6fe5586b2.zip
libnet dssync: rename repl_nodiff flag to force_full_replication.
Michael (This used to be commit ec959b4609c3f4927a9f2811c46d738f9c78a914)
Diffstat (limited to 'source3/libnet/libnet_dssync.c')
-rw-r--r--source3/libnet/libnet_dssync.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libnet/libnet_dssync.c b/source3/libnet/libnet_dssync.c
index f3b2363824..8f13cc8e24 100644
--- a/source3/libnet/libnet_dssync.c
+++ b/source3/libnet/libnet_dssync.c
@@ -401,7 +401,7 @@ static NTSTATUS libnet_dssync_build_request(TALLOC_CTX *mem_ctx,
nc->guid = GUID_zero();
nc->sid = null_sid;
- if (!ctx->single && !ctx->repl_nodiff && utdv) {
+ if (!ctx->single && !ctx->force_full_replication && utdv) {
cursors = TALLOC_ZERO_P(mem_ctx,
struct drsuapi_DsReplicaCursorCtrEx);
if (!cursors) {