1
0
mirror of https://github.com/samba-team/samba.git synced 2025-10-30 08:23:49 +03:00

r26237: Add loadparm context to the server service interface.

This commit is contained in:
Jelmer Vernooij
2007-12-03 00:28:07 +01:00
committed by Stefan Metzmacher
parent 5b29ef7c03
commit 1386c5c925
12 changed files with 18 additions and 10 deletions

View File

@@ -581,6 +581,7 @@ failed:
listening on all configured sockets
*/
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, model_ops, ldapsrv_task_init);