summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/mgmt.idl
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-10-16 15:47:28 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:44:48 -0500
commit68d82998d2e3133dd7b743b1cf3a78ee9d052a21 (patch)
treebc6933674a10433e37ee994ad7b65151de7bac7c /source4/librpc/idl/mgmt.idl
parentd68319431e62e43c0ecb23328e3162128d823958 (diff)
downloadsamba-68d82998d2e3133dd7b743b1cf3a78ee9d052a21.tar.gz
samba-68d82998d2e3133dd7b743b1cf3a78ee9d052a21.tar.bz2
samba-68d82998d2e3133dd7b743b1cf3a78ee9d052a21.zip
r11096: Eliminate pointer_default_top()
(This used to be commit b773d848e854394f36351f97130a20a245367b2c)
Diffstat (limited to 'source4/librpc/idl/mgmt.idl')
-rw-r--r--source4/librpc/idl/mgmt.idl3
1 files changed, 1 insertions, 2 deletions
diff --git a/source4/librpc/idl/mgmt.idl b/source4/librpc/idl/mgmt.idl
index 2c4910e677..8329c8e55f 100644
--- a/source4/librpc/idl/mgmt.idl
+++ b/source4/librpc/idl/mgmt.idl
@@ -8,7 +8,6 @@
uuid("afa8bd80-7d8a-11c9-bef4-08002b102989"),
version(1.0),
pointer_default(unique),
- pointer_default_top(unique),
endpoint("ncalrpc:[EPMAPPER]", "ncacn_ip_tcp:[135]", "ncacn_np:[\\pipe\\epmapper]"),
helpstring("DCE/RPC Remote Management")
]
@@ -27,7 +26,7 @@ interface mgmt
/***********************/
/* Function 0x00 */
WERROR mgmt_inq_if_ids (
- [out] rpc_if_id_vector_t *if_id_vector
+ [out,unique] rpc_if_id_vector_t *if_id_vector
);