summaryrefslogtreecommitdiff
path: root/source4/dsdb/repl/drepl_ridalloc.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-09-15 20:23:47 +1000
committerAndrew Tridgell <tridge@samba.org>2010-09-16 07:24:01 +1000
commit520252c8d2b7465d592a05ee68bd466e71330a1f (patch)
treed148263a66f54b75a9bae484794ddfaff56f40ce /source4/dsdb/repl/drepl_ridalloc.c
parent1da147e6fa485800d2988168889071d97e393fa3 (diff)
downloadsamba-520252c8d2b7465d592a05ee68bd466e71330a1f.tar.gz
samba-520252c8d2b7465d592a05ee68bd466e71330a1f.tar.bz2
samba-520252c8d2b7465d592a05ee68bd466e71330a1f.zip
s4-repl: added min_usn to extended replication call
the repl_secret code needs to set it to avoid too many duplicate attributes Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/dsdb/repl/drepl_ridalloc.c')
-rw-r--r--source4/dsdb/repl/drepl_ridalloc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/dsdb/repl/drepl_ridalloc.c b/source4/dsdb/repl/drepl_ridalloc.c
index ff5bb163e7..4e1a4fa2c2 100644
--- a/source4/dsdb/repl/drepl_ridalloc.c
+++ b/source4/dsdb/repl/drepl_ridalloc.c
@@ -61,6 +61,7 @@ static WERROR drepl_request_new_rid_pool(struct dreplsrv_service *service,
fsmo_role_dn,
DRSUAPI_EXOP_FSMO_RID_ALLOC,
alloc_pool,
+ 0,
drepl_new_rid_pool_callback, NULL);
if (W_ERROR_IS_OK(werr)) {
service->rid_alloc_in_progress = true;