diff options
author | Günther Deschner <gd@samba.org> | 2007-10-18 09:44:25 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:43:18 +0100 |
commit | e77a8313195d3ec1917de6c1020355cecc31d10f (patch) | |
tree | 7e1689068c1fb7dbba315cf2712ab084a2fc39de | |
parent | 1a766af41e9e3bdffc343098c2ec1b5018b33a26 (diff) | |
download | samba-e77a8313195d3ec1917de6c1020355cecc31d10f.tar.gz samba-e77a8313195d3ec1917de6c1020355cecc31d10f.tar.bz2 samba-e77a8313195d3ec1917de6c1020355cecc31d10f.zip |
r25696: Fix pipe name for dfs.
Guenther
(This used to be commit 7a0441948977bd97508ab662a550b8664e87c724)
-rw-r--r-- | source4/librpc/idl/dfs.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/idl/dfs.idl b/source4/librpc/idl/dfs.idl index 50c8a826df..382e2a8bd1 100644 --- a/source4/librpc/idl/dfs.idl +++ b/source4/librpc/idl/dfs.idl @@ -8,7 +8,7 @@ import "misc.idl"; version(3.0), pointer_default(unique), helpstring("Settings for Microsoft Distributed File System"), - endpoint("ncacn_np:[\\pipe\\dfs]", "ncacn_ip_tcp:", "ncalrpc:") + endpoint("ncacn_np:[\\pipe\\netdfs]", "ncacn_ip_tcp:", "ncalrpc:") ] interface netdfs { /******************/ |