From b32f155bae384bd3ae1d9ba9f246a0eca18a2511 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 28 Mar 2011 16:44:32 +1100 Subject: s4-dsdb: perform FSMO transfers asynchronously this gives the administrator a proper error message on the command line Pair-Programmed-With: Andrew Bartlett --- source4/dsdb/repl/drepl_service.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'source4/dsdb/repl/drepl_service.c') diff --git a/source4/dsdb/repl/drepl_service.c b/source4/dsdb/repl/drepl_service.c index 9248c83111..0931a340b1 100644 --- a/source4/dsdb/repl/drepl_service.c +++ b/source4/dsdb/repl/drepl_service.c @@ -352,15 +352,6 @@ static NTSTATUS dreplsrv_refresh(struct irpc_message *msg, return NT_STATUS_OK; } -static NTSTATUS drepl_take_FSMO_role(struct irpc_message *msg, - struct drepl_takeFSMORole *r) -{ - struct dreplsrv_service *service = talloc_get_type(msg->private_data, - struct dreplsrv_service); - r->out.result = dreplsrv_fsmo_role_check(service, r->in.role); - return NT_STATUS_OK; -} - /** * Called when the auth code wants us to try and replicate * a users secrets -- cgit