1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

drsblobs.idl: don't use asclstr

metze
(This used to be commit f42cc9134004597eff19e477d3ed0693d5e6fef6)
This commit is contained in:
Stefan Metzmacher 2008-02-14 16:07:04 +01:00
parent 611f0152a1
commit fc840f3810

View File

@ -85,7 +85,8 @@ interface drsblobs {
* w2k3 uses version 1
*/
typedef [public,gensize] struct {
asclstr dns_name;
[value(strlen(dns_name)+1)] uint32 __dns_name_size;
[charset(DOS)] uint8 dns_name[__dns_name_size];
} repsFromTo1OtherInfo;
typedef [public,gensize,flag(NDR_PAHEX)] struct {