Anton Pak
-
2007-08-20
File: hpi_ui_lib/show.c
Function: show_event_log
saHpiEventLogEntryGet is called as
saHpiEventLogEntryGet(sessionid, resourceid, entryid,
&preventryid,
&nextentryid, &sel, &rdr, NULL /* rpt */ );
Then entity is extracted from obtained rdr
(rdr.Entity)
But event of SAHPI_ET_RESOURCE type has no RDR associated with it.
It is better to obtain RPT and RDR together and get
entity from accessible source.
Patch is attached.