diff options
author | Günther Deschner <gd@samba.org> | 2008-11-10 14:15:33 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-11-10 21:46:30 +0100 |
commit | 15e011564ad2c5975aee8066296d6c662be93c26 (patch) | |
tree | 478b19e95a722c89fc870676aaf6786469b90580 /librpc/idl/samr.idl | |
parent | 0548642e5b0ba8eecf3a742b92e23d1fe9f4e68d (diff) | |
download | samba-15e011564ad2c5975aee8066296d6c662be93c26.tar.gz |
s4-samr: merge samr_QueryGroupInfo from s3 idl. (fixme python)
Guenther
Diffstat (limited to 'librpc/idl/samr.idl')
-rw-r--r-- | librpc/idl/samr.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/idl/samr.idl b/librpc/idl/samr.idl index d7b9423c152..7fc3d2d6091 100644 --- a/librpc/idl/samr.idl +++ b/librpc/idl/samr.idl @@ -589,7 +589,7 @@ import "misc.idl", "lsa.idl", "security.idl"; NTSTATUS samr_QueryGroupInfo( [in,ref] policy_handle *group_handle, [in] samr_GroupInfoEnum level, - [out,switch_is(level),unique] samr_GroupInfo *info + [out,ref,switch_is(level)] samr_GroupInfo **info ); /************************/ |