From 8474ef334fd0ff05ee67a49ad7c39687117b49d9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Thu, 27 Mar 2008 11:01:55 +0100 Subject: [PATCH] Use netr_LogonControlCode in netr_LogonControl2(). Guenther --- source/librpc/idl/netlogon.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/librpc/idl/netlogon.idl b/source/librpc/idl/netlogon.idl index 2a7b14c7e31..60be98945d9 100644 --- a/source/librpc/idl/netlogon.idl +++ b/source/librpc/idl/netlogon.idl @@ -835,7 +835,7 @@ interface netlogon WERROR netr_LogonControl2( [in,unique] [string,charset(UTF16)] uint16 *logon_server, - [in] uint32 function_code, + [in] netr_LogonControlCode function_code, [in] uint32 level, [in,ref][switch_is(function_code)] netr_CONTROL_DATA_INFORMATION *data, [out,ref][switch_is(level)] netr_CONTROL_QUERY_INFORMATION *query -- 2.47.3