1
0
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:
Günther Deschner 2008-03-28 09:53:37 +01:00
parent f57489a372
commit dffef22c2f

View File

@ -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;
/******************/