1
0
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:
Andrew Bartlett
2008-02-04 17:48:51 +11:00
parent cbca41597e
commit 23d681caf9
11 changed files with 12 additions and 11 deletions

View File

@ -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);
}