summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-02-07 09:59:59 +0100
committerGünther Deschner <gd@samba.org>2008-02-07 10:02:57 +0100
commit1566423f0991d86f9e2d8ef529b7c6a9ab28ecd4 (patch)
treec8b8fb7521774f0757bf9f4757bcf7e0164f5f5b /source3
parent6738467eabe18296bde0b9d709af2e821973756f (diff)
downloadsamba-1566423f0991d86f9e2d8ef529b7c6a9ab28ecd4.tar.gz
samba-1566423f0991d86f9e2d8ef529b7c6a9ab28ecd4.tar.bz2
samba-1566423f0991d86f9e2d8ef529b7c6a9ab28ecd4.zip
Fix IDL for samr_QueryAliasInfo().
Guenther (This used to be commit bd27cdaaf3148e5ec7b40da65dda3524be116a9d)
Diffstat (limited to 'source3')
-rw-r--r--source3/librpc/idl/samr.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/librpc/idl/samr.idl b/source3/librpc/idl/samr.idl
index 46d5e492e8..113b66c80b 100644
--- a/source3/librpc/idl/samr.idl
+++ b/source3/librpc/idl/samr.idl
@@ -562,7 +562,7 @@ import "misc.idl", "lsa.idl", "security.idl";
NTSTATUS samr_QueryAliasInfo(
[in,ref] policy_handle *alias_handle,
[in] samr_AliasInfoEnum level,
- [out,ref,switch_is(level)] samr_AliasInfo *info
+ [out,ref,switch_is(level)] samr_AliasInfo **info
);
/************************/