From da3e2d4c2797a9ea43312ba7bdb5bc9710c94004 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Sat, 9 Feb 2008 01:33:47 +0100 Subject: Testing revealed some errors, reverting some of the lsa changes. Guenther (This used to be commit ac1e4f1eb2c046def4fa30ab0bd98c49add8e8c8) --- source3/librpc/idl/lsa.idl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source3/librpc/idl/lsa.idl') diff --git a/source3/librpc/idl/lsa.idl b/source3/librpc/idl/lsa.idl index df1da31c97..516b435257 100644 --- a/source3/librpc/idl/lsa.idl +++ b/source3/librpc/idl/lsa.idl @@ -278,7 +278,7 @@ import "security.idl"; [in] policy_handle *handle, [in,ref] dom_sid2 *sid, [in] uint32 access_mask, - [out] policy_handle **acct_handle + [out] policy_handle *acct_handle ); /******************/ @@ -429,11 +429,11 @@ import "security.idl"; /*****************************************/ /* Function: 0x11 */ - NTSTATUS lsa_OpenAccount ( + NTSTATUS lsa_OpenAccount( [in] policy_handle *handle, [in,ref] dom_sid2 *sid, [in] uint32 access_mask, - [out] policy_handle **acct_handle + [out] policy_handle *acct_handle ); @@ -664,7 +664,7 @@ import "security.idl"; /* Function: 0x22 */ NTSTATUS lsa_DeleteObject( - [in,out] policy_handle **handle + [in,out] policy_handle *handle ); /*******************/ -- cgit