From 98f8f891643d356eaf67206f5606aa2ed82c96ce Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 28 Oct 2008 01:06:31 +0100 Subject: s4-netlogon: merge misc stuff. Guenther --- source4/librpc/idl/netlogon.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4') diff --git a/source4/librpc/idl/netlogon.idl b/source4/librpc/idl/netlogon.idl index d78c507c15..f547ec7493 100644 --- a/source4/librpc/idl/netlogon.idl +++ b/source4/librpc/idl/netlogon.idl @@ -824,7 +824,7 @@ interface netlogon typedef struct { netr_InfoFlags flags; uint32 pdc_connection_status; - [string,charset(UTF16)] uint16 trusted_dc_name[]; + [string,charset(UTF16)] uint16 *trusted_dc_name; uint32 tc_connection_status; } netr_NETLOGON_INFO_2; @@ -1057,7 +1057,7 @@ interface netlogon DS_DNS_FOREST = 0x80000000 } netr_DsR_DcFlags; - typedef struct { + typedef [public] struct { [string,charset(UTF16)] uint16 *dc_unc; [string,charset(UTF16)] uint16 *dc_address; netr_DsRGetDCNameInfo_AddressType dc_address_type; -- cgit