summaryrefslogtreecommitdiff
path: root/source4/dsdb/repl
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-12-03 00:28:07 +0100
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:47:15 +0100
commit291ddf433685ee5c25e172885045a4b60d7bb1ee (patch)
tree49799dd1f97905f107642115ccb5e15cac8b375c /source4/dsdb/repl
parent6c999cd12344f2bb8b1d2941210b4c205b3e0aad (diff)
downloadsamba-291ddf433685ee5c25e172885045a4b60d7bb1ee.tar.gz
samba-291ddf433685ee5c25e172885045a4b60d7bb1ee.tar.bz2
samba-291ddf433685ee5c25e172885045a4b60d7bb1ee.zip
r26237: Add loadparm context to the server service interface.
(This used to be commit 1386c5c92505a950c65411b8af74d703ce023f95)
Diffstat (limited to 'source4/dsdb/repl')
-rw-r--r--source4/dsdb/repl/drepl_service.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/repl/drepl_service.c b/source4/dsdb/repl/drepl_service.c
index 72033f4177..96db445f3d 100644
--- a/source4/dsdb/repl/drepl_service.c
+++ b/source4/dsdb/repl/drepl_service.c
@@ -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);
}