diff options
author | Volker Lendecke <vlendec@samba.org> | 2004-12-29 13:20:17 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:07:42 -0500 |
commit | 62a32a2e627c97d2a87ec6ed95befac76ef62e88 (patch) | |
tree | 2954537f914e7835a1d161f9319677b8f39da208 /source4/librpc/idl | |
parent | 359cf872df35096aaf30a36612c62f42d7015378 (diff) | |
download | samba-62a32a2e627c97d2a87ec6ed95befac76ef62e88.tar.gz samba-62a32a2e627c97d2a87ec6ed95befac76ef62e88.tar.bz2 samba-62a32a2e627c97d2a87ec6ed95befac76ef62e88.zip |
r4392: Fix samr_GetAliasMembership idl
(This used to be commit b0b9332519ab6461967a5fe10698dcf4e9950834)
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r-- | source4/librpc/idl/samr.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/librpc/idl/samr.idl b/source4/librpc/idl/samr.idl index 38e16011e1..e844074dd2 100644 --- a/source4/librpc/idl/samr.idl +++ b/source4/librpc/idl/samr.idl @@ -318,9 +318,9 @@ } samr_Ids; NTSTATUS samr_GetAliasMembership( - [in,ref] policy_handle *alias_handle, + [in,ref] policy_handle *domain_handle, [in,ref] lsa_SidArray *sids, - [out] samr_Ids *rids + [out,ref] samr_Ids *rids ); /************************/ |