From ea6b4865ea292e36f7c8b2b645c08886ed50fe2b Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 21 Oct 2008 02:11:54 +0200 Subject: s4-lsa: merge lsa_EnumPrivsAccount from s3 lsa idl. Guenther --- source4/librpc/idl/lsa.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/librpc/idl') diff --git a/source4/librpc/idl/lsa.idl b/source4/librpc/idl/lsa.idl index c8cbab5bcc..00e2e7753b 100644 --- a/source4/librpc/idl/lsa.idl +++ b/source4/librpc/idl/lsa.idl @@ -483,9 +483,9 @@ import "misc.idl", "security.idl"; [size_is(count)] lsa_LUIDAttribute set[*]; } lsa_PrivilegeSet; - NTSTATUS lsa_EnumPrivsAccount ( + NTSTATUS lsa_EnumPrivsAccount( [in] policy_handle *handle, - [out,unique] lsa_PrivilegeSet *privs + [out,ref] lsa_PrivilegeSet **privs ); -- cgit