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:
parent
95462d614d
commit
7a04419489
@ -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
|
||||
{
|
||||
/******************/
|
||||
|
Loading…
Reference in New Issue
Block a user