From 799d4cbd114fdcc47e6eb1a706116aef189188b5 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 8 Apr 2008 22:50:05 +0200 Subject: Fix IDL for lsa_QueryDomainInformationPolicy. Guenther (This used to be commit 7a822c3c71fde8e86bc99c28701517e0db076263) --- source3/librpc/idl/lsa.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/librpc/idl/lsa.idl') 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 */ -- cgit