1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-04 05:18:06 +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 commit is contained in:
Tim Potter 2005-08-11 04:05:21 +00:00 committed by Gerald (Jerry) Carter
parent d0225f1079
commit 3b2476e0a0

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