From 32e76af21a3b983e1cf73ae3e488251ba9a0f97f Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Thu, 11 Aug 2005 04:05:21 +0000 Subject: 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) --- source4/librpc/idl/eventlog.idl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/librpc/idl/eventlog.idl') diff --git a/source4/librpc/idl/eventlog.idl b/source4/librpc/idl/eventlog.idl index 8277bcefb5..f2083a0c63 100644 --- a/source4/librpc/idl/eventlog.idl +++ b/source4/librpc/idl/eventlog.idl @@ -51,6 +51,8 @@ uint32 data_offset; nstring source_name; nstring computer_name; + nstring strings[num_of_strings]; + astring raw_data; } eventlog_Record; /******************/ -- cgit