summaryrefslogtreecommitdiff
path: root/source4/ntvfs/ipc/vfs_ipc.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-05-21 11:39:50 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:08:17 -0500
commite941cc3003f84de4d7846c4f19ce5d006e9f8e98 (patch)
treebf56f018b65b3cabf732a5861df4351337679fea /source4/ntvfs/ipc/vfs_ipc.c
parent6ba94bb12f39bf792356c8c01d9de0cfc2551760 (diff)
downloadsamba-e941cc3003f84de4d7846c4f19ce5d006e9f8e98.tar.gz
samba-e941cc3003f84de4d7846c4f19ce5d006e9f8e98.tar.bz2
samba-e941cc3003f84de4d7846c4f19ce5d006e9f8e98.zip
r15772: pass the messaging context and server_id to the dcerpc server subsystem
metze (This used to be commit fb1debf219089188d1a8233ab3ff4ff314f7df0b)
Diffstat (limited to 'source4/ntvfs/ipc/vfs_ipc.c')
-rw-r--r--source4/ntvfs/ipc/vfs_ipc.c2
1 files changed, 2 insertions, 0 deletions
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);