r26237: Add loadparm context to the server service interface.
[samba.git] / source4 / dsdb / repl / drepl_service.c
index 72033f41774c920d3f2947e18126877f7476d525..96db445f3dcf69bad1d38c7551cf5db6e23a959e 100644 (file)
@@ -182,7 +182,7 @@ static void dreplsrv_task_init(struct task_server *task)
 /*
   initialise the dsdb replicator service
  */
-static NTSTATUS dreplsrv_init(struct event_context *event_ctx, const struct model_ops *model_ops)
+static NTSTATUS dreplsrv_init(struct event_context *event_ctx, struct loadparm_context *lp_ctx, const struct model_ops *model_ops)
 {
        return task_server_startup(event_ctx, model_ops, dreplsrv_task_init);
 }