From 6f16288a70407cde88e5dfdc4ca1f6331cb159de Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 27 Mar 2008 11:01:55 +0100 Subject: Use netr_LogonControlCode in netr_LogonControl2(). Guenther (This used to be commit 8474ef334fd0ff05ee67a49ad7c39687117b49d9) --- source3/librpc/idl/netlogon.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/librpc/idl/netlogon.idl b/source3/librpc/idl/netlogon.idl index 2a7b14c7e3..60be98945d 100644 --- a/source3/librpc/idl/netlogon.idl +++ b/source3/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 -- cgit