From 369df93875c501af460d87b67bb5e919f7741a69 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Thu, 14 Feb 2008 01:51:15 +0100 Subject: [PATCH] Fix IDL for lsa_EnumPrivsAccount. Guenther --- source/librpc/idl/lsa.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/librpc/idl/lsa.idl b/source/librpc/idl/lsa.idl index 6eb96a8b26e..390debc5050 100644 --- a/source/librpc/idl/lsa.idl +++ b/source/librpc/idl/lsa.idl @@ -453,7 +453,7 @@ import "security.idl"; NTSTATUS lsa_EnumPrivsAccount ( [in] policy_handle *handle, - [out,unique] lsa_PrivilegeSet *privs + [out,ref] lsa_PrivilegeSet **privs ); -- 2.47.3