r26237: Add loadparm context to the server service interface.
[samba.git] / source4 / winbind / wb_server.c
index 42252607740d9f8fc4e55834a44c9ddbfb7908a0..6eb3d1513b1b2aa098a20da08eaaa2c4d305e8be 100644 (file)
@@ -201,6 +201,7 @@ nomem:
   initialise the winbind server
  */
 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, model_ops, winbind_task_init);