diff options
author | Günther Deschner <gd@samba.org> | 2008-10-28 01:06:31 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-10-28 23:37:40 +0100 |
commit | 98f8f891643d356eaf67206f5606aa2ed82c96ce (patch) | |
tree | 154b8fccd87be7d0913491e07a033a89956f44d9 /source4/librpc/idl | |
parent | 67c5aca1e871ccd3675a0cc586753134f76239e9 (diff) | |
download | samba-98f8f891643d356eaf67206f5606aa2ed82c96ce.tar.gz samba-98f8f891643d356eaf67206f5606aa2ed82c96ce.tar.bz2 samba-98f8f891643d356eaf67206f5606aa2ed82c96ce.zip |
s4-netlogon: merge misc stuff.
Guenther
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r-- | source4/librpc/idl/netlogon.idl | 4 |
1 files changed, 2 insertions, 2 deletions
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; |