diff options
author | Günther Deschner <gd@samba.org> | 2008-02-06 16:06:53 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-02-07 14:23:41 +0100 |
commit | 23f8249a18dd0ff7d64c4ff10d9341ccebe41de8 (patch) | |
tree | 0af007a62d81c50776737514ad23b15cc7b9f73c /source3/librpc/idl/samr.idl | |
parent | 815ab1ac949a6d71f062f8dd1d7ffe45196780db (diff) | |
download | samba-23f8249a18dd0ff7d64c4ff10d9341ccebe41de8.tar.gz samba-23f8249a18dd0ff7d64c4ff10d9341ccebe41de8.tar.bz2 samba-23f8249a18dd0ff7d64c4ff10d9341ccebe41de8.zip |
Fix IDL for samr_GetGroupsForUser().
Guenther
(This used to be commit 3fa338f8724735d32640e4c4dd545319c53f1311)
Diffstat (limited to 'source3/librpc/idl/samr.idl')
-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 131654be32..246c3cd163 100644 --- a/source3/librpc/idl/samr.idl +++ b/source3/librpc/idl/samr.idl @@ -912,7 +912,7 @@ import "misc.idl", "lsa.idl", "security.idl"; NTSTATUS samr_GetGroupsForUser( [in,ref] policy_handle *user_handle, - [out,ref] samr_RidWithAttributeArray *rids + [out,ref] samr_RidWithAttributeArray **rids ); /************************/ |