diff options
author | Günther Deschner <gd@samba.org> | 2008-02-08 01:14:19 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-02-08 09:45:17 +0100 |
commit | 4ee9209e080cfa61bce56f10342b6b82cb6b0285 (patch) | |
tree | f6c1d2e8aeaa9bb7a57d7aec605b80f06fb0a716 /source3/librpc/idl | |
parent | 61fec2ccff64fd31a345ace75f10bac9e9f28084 (diff) | |
download | samba-4ee9209e080cfa61bce56f10342b6b82cb6b0285.tar.gz samba-4ee9209e080cfa61bce56f10342b6b82cb6b0285.tar.bz2 samba-4ee9209e080cfa61bce56f10342b6b82cb6b0285.zip |
Fix IDL for lsa_QueryInfoPolicy.
Guenther
(This used to be commit 1b42b0be8f7291404ae06acf35aa2eb861fc7086)
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 477ff3ff9b..b8d1cf4324 100644 --- a/source3/librpc/idl/lsa.idl +++ b/source3/librpc/idl/lsa.idl @@ -254,10 +254,10 @@ import "security.idl"; [case(LSA_POLICY_INFO_DNS)] lsa_DnsDomainInfo dns; } lsa_PolicyInformation; - NTSTATUS lsa_QueryInfoPolicy ( + NTSTATUS lsa_QueryInfoPolicy( [in] policy_handle *handle, [in] lsa_PolicyInfo level, - [out,unique,switch_is(level)] lsa_PolicyInformation *info + [out,ref,switch_is(level)] lsa_PolicyInformation **info ); /******************/ |