From 388952f82ced876abaed10aeed8c8266a443f05e Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 28 Oct 2008 02:15:51 +0100 Subject: s4-netlogon: merge netr_LogonControl from s3 idl. Guenther --- source4/librpc/idl/netlogon.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/librpc/idl/netlogon.idl') diff --git a/source4/librpc/idl/netlogon.idl b/source4/librpc/idl/netlogon.idl index d3a2945671..8d61c27903 100644 --- a/source4/librpc/idl/netlogon.idl +++ b/source4/librpc/idl/netlogon.idl @@ -857,7 +857,7 @@ interface netlogon [in,unique] [string,charset(UTF16)] uint16 *logon_server, [in] netr_LogonControlCode function_code, [in] uint32 level, - [out,switch_is(level)] netr_CONTROL_QUERY_INFORMATION info + [out,ref,switch_is(level)] netr_CONTROL_QUERY_INFORMATION *info ); -- cgit