mirror of
https://github.com/samba-team/samba.git
synced 2025-07-29 15:42:04 +03:00
Rework service init functions to pass down service name. This is
needed to change prefork behaviour based on what service is being
started.
Andrew Bartlett and David Disseldorp
(This used to be commit 0d830580e3
)
This commit is contained in:
@ -584,7 +584,7 @@ static NTSTATUS ldapsrv_init(struct event_context *event_context,
|
||||
struct loadparm_context *lp_ctx,
|
||||
const struct model_ops *model_ops)
|
||||
{
|
||||
return task_server_startup(event_context, lp_ctx, model_ops,
|
||||
return task_server_startup(event_context, lp_ctx, "ldap", model_ops,
|
||||
ldapsrv_task_init);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user