From a674a3bbf3520cd8f93f35dcc8a4ec59c456e1ba Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 28 Oct 2008 01:23:04 +0100 Subject: s4-netlogon: merge netr_GetAnyDCName from s3 idl (untested). 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 23be2e5667..34da844ce7 100644 --- a/source4/librpc/idl/netlogon.idl +++ b/source4/librpc/idl/netlogon.idl @@ -867,7 +867,7 @@ interface netlogon WERROR netr_GetAnyDCName( [in,unique] [string,charset(UTF16)] uint16 *logon_server, [in,unique] [string,charset(UTF16)] uint16 *domainname, - [out,unique] [string,charset(UTF16)] uint16 *dcname + [out,ref] [string,charset(UTF16)] uint16 **dcname ); -- cgit