summaryrefslogtreecommitdiff
path: root/source4/ntvfs/ipc/vfs_ipc.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2004-10-18 16:07:08 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:01:53 -0500
commit2c081d2c47452acff3115637bbd16f780e23b76a (patch)
tree6e7f1a0d973daca8b820f807c8c2f08b4de32138 /source4/ntvfs/ipc/vfs_ipc.c
parent80a30263aacd3ae97843a90d36f357f72c7f7f31 (diff)
downloadsamba-2c081d2c47452acff3115637bbd16f780e23b76a.tar.gz
samba-2c081d2c47452acff3115637bbd16f780e23b76a.tar.bz2
samba-2c081d2c47452acff3115637bbd16f780e23b76a.zip
r3046: \\PIPE\\ is internal (not actually included on the wire)
(This used to be commit 7771b5d8fa3db759487474eb7172df45bb3221ae)
Diffstat (limited to 'source4/ntvfs/ipc/vfs_ipc.c')
-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 8c32a78512..238467a746 100644
--- a/source4/ntvfs/ipc/vfs_ipc.c
+++ b/source4/ntvfs/ipc/vfs_ipc.c
@@ -215,7 +215,7 @@ static NTSTATUS ipc_open_generic(struct ntvfs_module_context *ntvfs,
return NT_STATUS_NO_MEMORY;
}
- p->pipe_name = talloc_strdup(p, fname);
+ p->pipe_name = talloc_asprintf(p, "\\pipe\\%s", fname);
if (!p->pipe_name) {
talloc_free(p);
return NT_STATUS_NO_MEMORY;