eventlog6.idl: fix definition of eventlog6_StringArray
authorStefan Metzmacher <metze@samba.org>
Mon, 1 Aug 2011 13:18:40 +0000 (15:18 +0200)
committerStefan Metzmacher <metze@samba.org>
Mon, 1 Aug 2011 13:46:10 +0000 (15:46 +0200)
This is an array of string, not an array of characters.

metze

librpc/idl/eventlog6.idl

index 0cda95b62a56935dbd6361d4fddbd7780e211ed0..57216cd56b7eee296329a9ef4b06073f14521587 100644 (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 {