mirror of
https://github.com/samba-team/samba.git
synced 2025-03-09 08:58:35 +03:00
Rename string to array in lsa_BinaryString.
Guenther (This used to be commit a4ffaff2e177a09b4f44a30f322dd9668ccbd380)
This commit is contained in:
parent
f57489a372
commit
dffef22c2f
@ -47,7 +47,7 @@ import "security.idl";
|
||||
typedef [public] struct {
|
||||
uint16 length;
|
||||
uint16 size;
|
||||
[size_is(size/2),length_is(length/2)] uint16 *string;
|
||||
[size_is(size/2),length_is(length/2)] uint16 *array;
|
||||
} lsa_BinaryString;
|
||||
|
||||
/******************/
|
||||
|
Loading…
x
Reference in New Issue
Block a user