diff options
author | Günther Deschner <gd@samba.org> | 2008-02-08 02:28:32 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-02-08 09:45:33 +0100 |
commit | c96103833e3c79f9b4c574d03107a8991f10438f (patch) | |
tree | d9737753ddc4967e992b5d59ee206ff7a9b4dc19 /source3/librpc | |
parent | 4ee9209e080cfa61bce56f10342b6b82cb6b0285 (diff) | |
download | samba-c96103833e3c79f9b4c574d03107a8991f10438f.tar.gz samba-c96103833e3c79f9b4c574d03107a8991f10438f.tar.bz2 samba-c96103833e3c79f9b4c574d03107a8991f10438f.zip |
Fix IDL for lsa_QueryInfoPolicy2.
Guenther
(This used to be commit 110b1bba7720564d29a80aa27d68271ddb4521a6)
Diffstat (limited to 'source3/librpc')
-rw-r--r-- | source3/librpc/idl/lsa.idl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/librpc/idl/lsa.idl b/source3/librpc/idl/lsa.idl index b8d1cf4324..9879d14b82 100644 --- a/source3/librpc/idl/lsa.idl +++ b/source3/librpc/idl/lsa.idl @@ -749,9 +749,9 @@ import "security.idl"; /* Function: 0x2e */ NTSTATUS lsa_QueryInfoPolicy2( - [in] policy_handle *handle, - [in] lsa_PolicyInfo level, - [out,unique,switch_is(level)] lsa_PolicyInformation *info + [in] policy_handle *handle, + [in] lsa_PolicyInfo level, + [out,ref,switch_is(level)] lsa_PolicyInformation **info ); /* Function 0x2f */ |