diff options
author | Günther Deschner <gd@samba.org> | 2008-04-08 22:50:05 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-04-08 22:50:05 +0200 |
commit | 799d4cbd114fdcc47e6eb1a706116aef189188b5 (patch) | |
tree | 6b03545d88a4665cea305190523f6dcc07d0d188 /source3 | |
parent | ee8dffbca635abce6c1c79b81a8dfa624871fda9 (diff) | |
download | samba-799d4cbd114fdcc47e6eb1a706116aef189188b5.tar.gz samba-799d4cbd114fdcc47e6eb1a706116aef189188b5.tar.bz2 samba-799d4cbd114fdcc47e6eb1a706116aef189188b5.zip |
Fix IDL for lsa_QueryDomainInformationPolicy.
Guenther
(This used to be commit 7a822c3c71fde8e86bc99c28701517e0db076263)
Diffstat (limited to 'source3')
-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 a9f546ecb4..28ededa7db 100644 --- a/source3/librpc/idl/lsa.idl +++ b/source3/librpc/idl/lsa.idl @@ -871,8 +871,8 @@ import "security.idl"; NTSTATUS lsa_QueryDomainInformationPolicy( [in] policy_handle *handle, - [in] uint16 level, - [out,unique,switch_is(level)] lsa_DomainInformationPolicy *info + [in] uint16 level, + [out,ref,switch_is(level)] lsa_DomainInformationPolicy **info ); /* Function 0x36 */ |