From 57529207ca1c0f2a95e6e9f85fc41bb9a27aa64c Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 14 Nov 2003 07:56:43 +0000 Subject: * fixed lsa_LookupPrivName * added levels 2 and 3 of dfs_Enum (This used to be commit 3fa61c19826cd1415f561e1e5c40adcc59d4abf2) --- source4/librpc/idl/lsa.idl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source4/librpc/idl/lsa.idl') diff --git a/source4/librpc/idl/lsa.idl b/source4/librpc/idl/lsa.idl index ce6a151f42..e86ff5f4d3 100644 --- a/source4/librpc/idl/lsa.idl +++ b/source4/librpc/idl/lsa.idl @@ -376,8 +376,7 @@ /* Function: 0x20 */ NTSTATUS lsa_LookupPrivName ( [in,ref] policy_handle *handle, - [in] uint32 luid_high, - [in] uint32 luid_low, + [in,ref] lsa_LUID *luid, [out] lsa_Name *name ); -- cgit