diff options
author | Günther Deschner <gd@samba.org> | 2008-12-16 21:45:52 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-12-17 23:23:51 +0100 |
commit | ab082b974988d7a87061e0737e05dfc30cdd637c (patch) | |
tree | ffed9ccd7cffa3497ab80b10df0bf7ab60d5e1c3 /librpc/idl/netlogon.idl | |
parent | 7148c0daff5404df13ffb5ad237515c3542ff29d (diff) | |
download | samba-ab082b974988d7a87061e0737e05dfc30cdd637c.tar.gz samba-ab082b974988d7a87061e0737e05dfc30cdd637c.tar.xz samba-ab082b974988d7a87061e0737e05dfc30cdd637c.zip |
netlogon: remove netr_BinaryString (duplicate of lsa_BinaryString).
Guenther
Diffstat (limited to 'librpc/idl/netlogon.idl')
-rw-r--r-- | librpc/idl/netlogon.idl | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/librpc/idl/netlogon.idl b/librpc/idl/netlogon.idl index 104e99de77b..3b9d8bf4433 100644 --- a/librpc/idl/netlogon.idl +++ b/librpc/idl/netlogon.idl @@ -1201,12 +1201,6 @@ interface netlogon NETR_TRUST_FLAG_AES = 0x00000100 } netr_TrustFlags; - typedef [flag(NDR_PAHEX)] struct { - uint16 length; - uint16 size; - [size_is(size/2),length_is(length/2)] uint16 *data; - } netr_BinaryString; - typedef struct { netr_Blob blob; [string,charset(UTF16)] uint16 *workstation_domain; @@ -1215,7 +1209,7 @@ interface netlogon [string,charset(UTF16)] uint16 *unknown2; [string,charset(UTF16)] uint16 *unknown3; [string,charset(UTF16)] uint16 *unknown4; - netr_BinaryString blob2; + lsa_BinaryString blob2; lsa_String product; lsa_String unknown5; lsa_String unknown6; |