summaryrefslogtreecommitdiff
path: root/source4/librpc
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2003-12-10 22:24:33 +0000
committerAndrew Tridgell <tridge@samba.org>2003-12-10 22:24:33 +0000
commit2bde98c0ee67b4c60c5906b3b2f297cf4922c67c (patch)
tree8f8a5d8123e3c3b4df4bd4d2bc849228cce7e343 /source4/librpc
parent188b2054a80ec16e7fb9ed7b6b1e8fce9b52458f (diff)
downloadsamba-2bde98c0ee67b4c60c5906b3b2f297cf4922c67c.tar.gz
samba-2bde98c0ee67b4c60c5906b3b2f297cf4922c67c.tar.bz2
samba-2bde98c0ee67b4c60c5906b3b2f297cf4922c67c.zip
the rest of the initial rpc server side infrastructure
(This used to be commit 5fb01b0ec0321724c25669151ea7c20e6ec182d0)
Diffstat (limited to 'source4/librpc')
-rw-r--r--source4/librpc/rpc/dcerpc_smb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/rpc/dcerpc_smb.c b/source4/librpc/rpc/dcerpc_smb.c
index 9acae00249..8a7a5ca68d 100644
--- a/source4/librpc/rpc/dcerpc_smb.c
+++ b/source4/librpc/rpc/dcerpc_smb.c
@@ -309,7 +309,7 @@ NTSTATUS dcerpc_pipe_open_smb(struct dcerpc_pipe **p,
union smb_open io;
TALLOC_CTX *mem_ctx;
- asprintf(&name, "\\%s", pipe_name);
+ asprintf(&name, "\\pipe\\%s", pipe_name);
if (!name) {
return NT_STATUS_NO_MEMORY;
}