diff options
author | Günther Deschner <gd@samba.org> | 2008-02-05 03:17:36 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-02-05 10:18:36 +0100 |
commit | 1ddfbb5f6c441caf58565049244c9d013a9898db (patch) | |
tree | 13d279b7fc7ef897574cc00f034eb19831ad04b8 /source3 | |
parent | 0c6b6b461c0cad6943fe24fd76f9723b749dc15c (diff) | |
download | samba-1ddfbb5f6c441caf58565049244c9d013a9898db.tar.gz samba-1ddfbb5f6c441caf58565049244c9d013a9898db.tar.bz2 samba-1ddfbb5f6c441caf58565049244c9d013a9898db.zip |
Fix IDL for samr_QueryGroupMember().
Guenther
(This used to be commit 4cd7f7a8e797e00fc6b03496e23d384bb7085884)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/librpc/idl/samr.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/librpc/idl/samr.idl b/source3/librpc/idl/samr.idl index e7eb4e5818..92e4011d68 100644 --- a/source3/librpc/idl/samr.idl +++ b/source3/librpc/idl/samr.idl @@ -508,7 +508,7 @@ import "misc.idl", "lsa.idl", "security.idl"; NTSTATUS samr_QueryGroupMember( [in,ref] policy_handle *group_handle, - [out,ref] samr_RidTypeArray *rids + [out,ref] samr_RidTypeArray **rids ); |