svn commit: samba r25696 - in branches/SAMBA_4_0/source/librpc/idl: .

gd at samba.org gd at samba.org
Thu Oct 18 09:44:25 GMT 2007


Author: gd
Date: 2007-10-18 09:44:25 +0000 (Thu, 18 Oct 2007)
New Revision: 25696

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=25696

Log:
Fix pipe name for dfs.

Guenther

Modified:
   branches/SAMBA_4_0/source/librpc/idl/dfs.idl


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/dfs.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/dfs.idl	2007-10-18 08:34:19 UTC (rev 25695)
+++ branches/SAMBA_4_0/source/librpc/idl/dfs.idl	2007-10-18 09:44:25 UTC (rev 25696)
@@ -8,7 +8,7 @@
   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
 {
 	/******************/



More information about the samba-cvs mailing list