1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00

r25696: Fix pipe name for dfs.

Guenther
This commit is contained in:
Günther Deschner 2007-10-18 09:44:25 +02:00 committed by Stefan Metzmacher
parent 95462d614d
commit 7a04419489

View File

@ -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
{
/******************/