From 24aeb67d5c89083a310892959273b681721d4d2b Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 13 Feb 2008 12:29:24 +0100 Subject: Fix IDL for netr_LogonControl2. Guenther (This used to be commit d16af5105d307ebb88190176d7f89971d0f40351) --- 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 ae16884896..25118bc816 100644 --- a/source3/librpc/idl/netlogon.idl +++ b/source3/librpc/idl/netlogon.idl @@ -834,7 +834,7 @@ interface netlogon [in,unique] [string,charset(UTF16)] uint16 *logon_server, [in] uint32 function_code, [in] uint32 level, - [in][switch_is(function_code)] netr_CONTROL_DATA_INFORMATION data, + [in,ref][switch_is(function_code)] netr_CONTROL_DATA_INFORMATION *data, [out,ref][switch_is(level)] netr_CONTROL_QUERY_INFORMATION *query ); -- cgit