r8168: after testing I saw that w2k3 uses unique pointers on the mgmt pipe
authorStefan Metzmacher <metze@samba.org>
Tue, 5 Jul 2005 12:42:54 +0000 (12:42 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:19:16 +0000 (13:19 -0500)
that also matches the spec at http://www.opengroup.org/onlinepubs/9629399/apdyq.htm

metze
(This used to be commit 117e678bde040b9294c2fff473ececd0d7e3a1cc)

source4/librpc/idl/mgmt.idl

index 23bc09e81d5a3457068db447660928f18ba78735..2c4910e677e802734a56d24d88d324d679e089fd 100644 (file)
@@ -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")
 ]