1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

Fix IDL for samr_QueryUserInfo.

Guenther
(This used to be commit 1d448f1e1d)
This commit is contained in:
Günther Deschner 2008-02-12 09:26:17 +01:00
parent 8b02303c90
commit b002a08179

View File

@ -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
);