From eb3c826f7b0a46cbf38587f75b879c4364422fd5 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 27 Oct 2008 14:24:08 +0100 Subject: s3-netlogon-idl: fix IDL for netr_DsrGetDcSiteCoverageW. Guenther --- source3/librpc/idl/netlogon.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/librpc/idl') diff --git a/source3/librpc/idl/netlogon.idl b/source3/librpc/idl/netlogon.idl index b4e34a07ab..06e0c328d6 100644 --- a/source3/librpc/idl/netlogon.idl +++ b/source3/librpc/idl/netlogon.idl @@ -1376,7 +1376,7 @@ interface netlogon WERROR netr_DsrGetDcSiteCoverageW( [in,unique] [string,charset(UTF16)] uint16 *server_name, - [out,ref] DcSitesCtr *ctr + [out,ref] DcSitesCtr **ctr ); /****************/ -- cgit