Author: tpot
Date: 2005-08-11 04:05:21 +0000 (Thu, 11 Aug 2005)
New Revision: 9239

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9239

Log:
I think this is the right IDL for the eventlog record.  Pidl is
generating incorrect code for arrays of strings here.

Modified:
   branches/SAMBA_4_0/source/librpc/idl/eventlog.idl


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/eventlog.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/eventlog.idl   2005-08-11 04:04:16 UTC 
(rev 9238)
+++ branches/SAMBA_4_0/source/librpc/idl/eventlog.idl   2005-08-11 04:05:21 UTC 
(rev 9239)
@@ -51,6 +51,8 @@
                uint32 data_offset;
                nstring source_name;
                nstring computer_name;
+               nstring strings[num_of_strings];
+               astring raw_data;
        } eventlog_Record;
 
        /******************/

Reply via email to