Rework service init functions to pass down service name. This is
[ira/wip.git] / source / winbind / wb_server.c
index eaba6609f30cd5c825f8625bf490b06a5cdc40ef..9acde4a557cb31bfa2a30f5584c7a99c4e9d20fd 100644 (file)
@@ -208,7 +208,7 @@ static NTSTATUS winbind_init(struct event_context *event_ctx,
                             struct loadparm_context *lp_ctx,
                             const struct model_ops *model_ops)
 {
-       return task_server_startup(event_ctx, lp_ctx, 
+       return task_server_startup(event_ctx, lp_ctx, "winbind",
                                   model_ops, winbind_task_init);
 }