summaryrefslogtreecommitdiff
path: root/source4/ntvfs
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2004-10-21 12:47:02 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:02:23 -0500
commitac989eda6d981ce47c7b345d5397450a3706f4d7 (patch)
tree8c012ac2c3b42c8fdccaf120f1da7050f4662ae6 /source4/ntvfs
parent18324abda7cbd206e76b4ed83ef8d6da5e24ae30 (diff)
downloadsamba-ac989eda6d981ce47c7b345d5397450a3706f4d7.tar.gz
samba-ac989eda6d981ce47c7b345d5397450a3706f4d7.tar.bz2
samba-ac989eda6d981ce47c7b345d5397450a3706f4d7.zip
r3114: - More work on merging the various structs that describe endpoints
- Add protocol sequence to dcerpc transports (will be used later on) - Add more transports to the list (This used to be commit ab110192e6e2c1e5a3b2befe7b61158744f15d18)
Diffstat (limited to 'source4/ntvfs')
-rw-r--r--source4/ntvfs/ipc/vfs_ipc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/ntvfs/ipc/vfs_ipc.c b/source4/ntvfs/ipc/vfs_ipc.c
index f4eb007235..8b1c9d2d8d 100644
--- a/source4/ntvfs/ipc/vfs_ipc.c
+++ b/source4/ntvfs/ipc/vfs_ipc.c
@@ -211,7 +211,7 @@ static NTSTATUS ipc_open_generic(struct ntvfs_module_context *ntvfs,
will need to do that once the credentials infrastructure is
finalised for Samba4
*/
- ep_description.type = ENDPOINT_SMB;
+ ep_description.type = NCACN_NP;
ep_description.info.smb_pipe = p->pipe_name;
/* tell the RPC layer the session_info */