From 56d0bd3062223b9dc3ba0b04cfbd81eb823ab3c0 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 25 May 2004 14:11:39 +0000 Subject: r877: This attempt at IDL was accidently included in the pervious commit. Andrew Bartlett (This used to be commit 6b91ab152d7bfadc113b6f206fcce4db54429871) --- source4/librpc/idl/lsa.idl | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'source4/librpc/idl') diff --git a/source4/librpc/idl/lsa.idl b/source4/librpc/idl/lsa.idl index 6d81a4cb6f..2e3049ac78 100644 --- a/source4/librpc/idl/lsa.idl +++ b/source4/librpc/idl/lsa.idl @@ -499,15 +499,7 @@ /* Function: 0x2d */ - NTSTATUS UNK_GET_CONNUSER ( - [in] unistr *system_name, - [in] uint32 unknown1, - [in] uint32 unknown2, - [in] uint32 unknown3, - [out] unistr *username, - [out] unistr *domain_name - ); - + NTSTATUS UNK_GET_CONNUSER (); /* Function: 0x2e */ NTSTATUS QUERYINFO2 (); } -- cgit