summaryrefslogtreecommitdiff
path: root/source4/ntvfs/ipc
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-03-07 11:02:47 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:52:24 -0500
commit45c92c9cf08210e1d5792e2d8db93912727c3dba (patch)
treef6dad65078fd730ced8bff3a3be2081921d05de0 /source4/ntvfs/ipc
parentf8517b3874d73967113ea6007c0189f22df9c267 (diff)
downloadsamba-45c92c9cf08210e1d5792e2d8db93912727c3dba.tar.gz
samba-45c92c9cf08210e1d5792e2d8db93912727c3dba.tar.bz2
samba-45c92c9cf08210e1d5792e2d8db93912727c3dba.zip
r13923: make the state_flags per dcesrv_connection
this will may help with a generic named pipe solution metze (This used to be commit c6fa9bd15cdb096c3dfc7a4109d9298933981255)
Diffstat (limited to 'source4/ntvfs/ipc')
-rw-r--r--source4/ntvfs/ipc/vfs_ipc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/ntvfs/ipc/vfs_ipc.c b/source4/ntvfs/ipc/vfs_ipc.c
index d5259bc9a6..ea4955d84e 100644
--- a/source4/ntvfs/ipc/vfs_ipc.c
+++ b/source4/ntvfs/ipc/vfs_ipc.c
@@ -227,6 +227,7 @@ static NTSTATUS ipc_open_generic(struct ntvfs_module_context *ntvfs,
ep_description,
req->session->session_info,
srv_conn,
+ 0,
&p->dce_conn);
if (!NT_STATUS_IS_OK(status)) {
idr_remove(private->idtree_fnum, p->fnum);