1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

eventlog6.idl: fix definition of eventlog6_StringArray

This is an array of string, not an array of characters.

metze
This commit is contained in:
Stefan Metzmacher 2011-08-01 15:18:40 +02:00
parent a833aaf52c
commit eb9aa9b9f4

View File

@ -64,7 +64,7 @@ interface eventlog6
typedef struct {
[range(0, MAX_RPC_STRING_ARRAY_COUNT)] uint32 count;
[size_is(count),charset(UTF16),string] uint16 *ptr;
[size_is(count),charset(UTF16),string] uint16 **ptr;
} eventlog6_StringArray;
typedef struct {