]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Fix IDL for netr_NETLOGON_INFO_2.
authorGünther Deschner <gd@samba.org>
Wed, 26 Mar 2008 18:25:54 +0000 (19:25 +0100)
committerGünther Deschner <gd@samba.org>
Wed, 26 Mar 2008 18:25:54 +0000 (19:25 +0100)
W2k8 generated NT_STATUS_ARRAY_BOUNDS_EXCEEDED errors while validating trusts.

Guenther

source/librpc/idl/netlogon.idl

index 5979701703584b4ab5b1c39c461591143790c701..2a7b14c7e3107231fb2b43bd1e0942aa19987f3c 100644 (file)
@@ -776,7 +776,7 @@ interface netlogon
        typedef struct {
                uint32 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;