From e77a8313195d3ec1917de6c1020355cecc31d10f Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 18 Oct 2007 09:44:25 +0200 Subject: r25696: Fix pipe name for dfs. Guenther (This used to be commit 7a0441948977bd97508ab662a550b8664e87c724) --- source4/librpc/idl/dfs.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4') 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 { /******************/ -- cgit