From e941cc3003f84de4d7846c4f19ce5d006e9f8e98 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sun, 21 May 2006 11:39:50 +0000 Subject: r15772: pass the messaging context and server_id to the dcerpc server subsystem metze (This used to be commit fb1debf219089188d1a8233ab3ff4ff314f7df0b) --- source4/ntvfs/ipc/vfs_ipc.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/ntvfs/ipc') diff --git a/source4/ntvfs/ipc/vfs_ipc.c b/source4/ntvfs/ipc/vfs_ipc.c index fdad41145b..2e7c538c3f 100644 --- a/source4/ntvfs/ipc/vfs_ipc.c +++ b/source4/ntvfs/ipc/vfs_ipc.c @@ -242,6 +242,8 @@ static NTSTATUS ipc_open_generic(struct ntvfs_module_context *ntvfs, ep_description, h->session_info, ntvfs->ctx->event_ctx, + ntvfs->ctx->msg_ctx, + ntvfs->ctx->server_id, 0, &p->dce_conn); NT_STATUS_NOT_OK_RETURN(status); -- cgit