diff options
author | Günther Deschner <gd@samba.org> | 2008-02-14 13:09:54 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-02-14 13:53:27 +0100 |
commit | a34188d0dbf2de964a1ecd386576b53ee92ab49a (patch) | |
tree | 6f2077daeb192ac59c34f353f2428d021f5e2e2b /source3/librpc/idl | |
parent | 341e5ea3eb5068d5b742deb6d14d58500330d27c (diff) | |
download | samba-a34188d0dbf2de964a1ecd386576b53ee92ab49a.tar.gz samba-a34188d0dbf2de964a1ecd386576b53ee92ab49a.tar.bz2 samba-a34188d0dbf2de964a1ecd386576b53ee92ab49a.zip |
Fix IDL for lsa_LookupPrivValue.
Guenther
(This used to be commit 05386f70566e272247ed917b51d712054196ebcb)
Diffstat (limited to 'source3/librpc/idl')
-rw-r--r-- | source3/librpc/idl/lsa.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/librpc/idl/lsa.idl b/source3/librpc/idl/lsa.idl index 390debc505..ffad802ecd 100644 --- a/source3/librpc/idl/lsa.idl +++ b/source3/librpc/idl/lsa.idl @@ -637,8 +637,8 @@ import "security.idl"; /* Function: 0x1f */ NTSTATUS lsa_LookupPrivValue( [in] policy_handle *handle, - [in] lsa_String *name, - [out] lsa_LUID *luid + [in,ref] lsa_String *name, + [out,ref] lsa_LUID *luid ); |