From 59c34d3b154518c10ef310712261e3f4536ff9ba Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 11 Feb 2008 10:18:41 +0100 Subject: Fix IDL for lsa_EnumPrivs. Guenther (This used to be commit bd1dbdbe88e935d6aa5d0f2927f15c83abed27f6) --- source3/librpc/idl/lsa.idl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source3') diff --git a/source3/librpc/idl/lsa.idl b/source3/librpc/idl/lsa.idl index 516b435257..53bf17de95 100644 --- a/source3/librpc/idl/lsa.idl +++ b/source3/librpc/idl/lsa.idl @@ -71,9 +71,9 @@ import "security.idl"; [public] NTSTATUS lsa_EnumPrivs ( [in] policy_handle *handle, - [in,out] uint32 *resume_handle, - [in] uint32 max_count, - [out] lsa_PrivArray *privs + [in,out,ref] uint32 *resume_handle, + [out,ref] lsa_PrivArray *privs, + [in] uint32 max_count ); /******************/ -- cgit