summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-11-10 14:09:06 +0100
committerGünther Deschner <gd@samba.org>2008-11-10 21:46:30 +0100
commit0548642e5b0ba8eecf3a742b92e23d1fe9f4e68d (patch)
tree64220ee1c46a8f3e44a71dea868968798dad2724 /librpc
parent99c2fac6b200b8371033ee3f1ff2d94b53689abc (diff)
downloadsamba-0548642e5b0ba8eecf3a742b92e23d1fe9f4e68d.tar.gz
samba-0548642e5b0ba8eecf3a742b92e23d1fe9f4e68d.tar.bz2
samba-0548642e5b0ba8eecf3a742b92e23d1fe9f4e68d.zip
s4-samr: merge samr_QueryAliasInfo from s3 idl. (fixme: python)
Guenther
Diffstat (limited to 'librpc')
-rw-r--r--librpc/idl/samr.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/idl/samr.idl b/librpc/idl/samr.idl
index ba813b730f..d7b9423c15 100644
--- a/librpc/idl/samr.idl
+++ b/librpc/idl/samr.idl
@@ -686,7 +686,7 @@ import "misc.idl", "lsa.idl", "security.idl";
NTSTATUS samr_QueryAliasInfo(
[in,ref] policy_handle *alias_handle,
[in] samr_AliasInfoEnum level,
- [out,switch_is(level),unique] samr_AliasInfo *info
+ [out,ref,switch_is(level)] samr_AliasInfo **info
);
/************************/