diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-09-09 16:16:05 +1000 |
---|---|---|
committer | Kamen Mazdrashki <kamenim@samba.org> | 2010-09-10 13:08:20 +0300 |
commit | c34cae81fee5e3b68746f9da97496bf056ff9d55 (patch) | |
tree | 07c414e1c6ea58dc3a75e027916ba587b85d1e46 /source4/dsdb/repl | |
parent | ab01ce6e963b8251bdd3200bcfcf2a37068d3319 (diff) | |
download | samba-c34cae81fee5e3b68746f9da97496bf056ff9d55.tar.gz samba-c34cae81fee5e3b68746f9da97496bf056ff9d55.tar.bz2 samba-c34cae81fee5e3b68746f9da97496bf056ff9d55.zip |
s4-fsmo: update FSMO changes for recent IRPC work
the IRPC API has changed
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/dsdb/repl')
-rw-r--r-- | source4/dsdb/repl/drepl_ridalloc.c | 6 |
1 files changed, 3 insertions, 3 deletions
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; } |