mirror of
https://github.com/samba-team/samba.git
synced 2024-12-28 07:21:54 +03:00
r8168: after testing I saw that w2k3 uses unique pointers on the mgmt pipe
that also matches the spec at http://www.opengroup.org/onlinepubs/9629399/apdyq.htm
metze
(This used to be commit 117e678bde
)
This commit is contained in:
parent
4a993c5241
commit
a7fd68286a
@ -7,8 +7,8 @@
|
||||
[
|
||||
uuid("afa8bd80-7d8a-11c9-bef4-08002b102989"),
|
||||
version(1.0),
|
||||
pointer_default(sptr),
|
||||
pointer_default_top(sptr),
|
||||
pointer_default(unique),
|
||||
pointer_default_top(unique),
|
||||
endpoint("ncalrpc:[EPMAPPER]", "ncacn_ip_tcp:[135]", "ncacn_np:[\\pipe\\epmapper]"),
|
||||
helpstring("DCE/RPC Remote Management")
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user