From c34cae81fee5e3b68746f9da97496bf056ff9d55 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 9 Sep 2010 16:16:05 +1000 Subject: s4-fsmo: update FSMO changes for recent IRPC work the IRPC API has changed Pair-Programmed-With: Andrew Bartlett --- source4/dsdb/repl/drepl_ridalloc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source4/dsdb/repl/drepl_ridalloc.c') diff --git a/source4/dsdb/repl/drepl_ridalloc.c b/source4/dsdb/repl/drepl_ridalloc.c index d5db29b002..5cac09bc80 100644 --- a/source4/dsdb/repl/drepl_ridalloc.c +++ b/source4/dsdb/repl/drepl_ridalloc.c @@ -32,7 +32,7 @@ /* - create the RID manager source dsa structure + create the role owner source dsa structure */ WERROR drepl_create_role_owner_source_dsa(struct dreplsrv_service *service, @@ -122,7 +122,7 @@ WERROR drepl_request_extended_op(struct dreplsrv_service *service, werr = dreplsrv_schedule_partition_pull_source(service, service->ncchanges_extended.role_owner_source_dsa, extended_op, alloc_pool, - callback); + callback, NULL); return werr; } @@ -161,7 +161,7 @@ static WERROR drepl_request_new_rid_pool(struct dreplsrv_service *service, fsmo_role_dn, DRSUAPI_EXOP_FSMO_RID_ALLOC, alloc_pool, - drepl_new_rid_pool_callback, NULL); + drepl_new_rid_pool_callback); return werr; } -- cgit