summaryrefslogtreecommitdiff
path: root/source3/librpc/idl/samr.idl
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-02-12 09:26:17 +0100
committerGünther Deschner <gd@samba.org>2008-02-12 10:08:14 +0100
commitb002a08179b9988df93fdc10f28f3a1ac037cbb2 (patch)
treec57783bb7b3bcc47a704f667aff6875412b74d4d /source3/librpc/idl/samr.idl
parent8b02303c904b9a5e342094325448d28cbe9ed5b4 (diff)
downloadsamba-b002a08179b9988df93fdc10f28f3a1ac037cbb2.tar.gz
samba-b002a08179b9988df93fdc10f28f3a1ac037cbb2.tar.bz2
samba-b002a08179b9988df93fdc10f28f3a1ac037cbb2.zip
Fix IDL for samr_QueryUserInfo.
Guenther (This used to be commit 1d448f1e1d4ad6cc9fe7b792cd064ce3f0bfdb85)
Diffstat (limited to 'source3/librpc/idl/samr.idl')
-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 7e231dcf24..ebd1975458 100644
--- a/source3/librpc/idl/samr.idl
+++ b/source3/librpc/idl/samr.idl
@@ -873,7 +873,7 @@ import "misc.idl", "lsa.idl", "security.idl";
[public] NTSTATUS samr_QueryUserInfo(
[in,ref] policy_handle *user_handle,
[in] uint16 level,
- [out,ref,switch_is(level)] samr_UserInfo *info
+ [out,ref,switch_is(level)] samr_UserInfo **info
);