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

r9239: I think this is the right IDL for the eventlog record. Pidl is

generating incorrect code for arrays of strings here.
(This used to be commit 3b2476e0a00dbd3b552ccde736147e93655732f1)
This commit is contained in:
Tim Potter 2005-08-11 04:05:21 +00:00 committed by Gerald (Jerry) Carter
parent c08578c0cb
commit 32e76af21a

View File

@ -51,6 +51,8 @@
uint32 data_offset;
nstring source_name;
nstring computer_name;
nstring strings[num_of_strings];
astring raw_data;
} eventlog_Record;
/******************/