mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
Merge branch 'develop' of https://github.com/pandorafms/pandorafms into develop
This commit is contained in:
commit
f7d9831dd2
@ -572,7 +572,7 @@ Pandora_Module_Logevent::getEventDescriptionXPATH (PEVENTLOGRECORD pevlr) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Build the XPATH query
|
// Build the XPATH query
|
||||||
query = "Event/System[EventID=" + inttostr(pevlr->EventID & EVENT_ID_MASK) + "]";
|
query = "Event/System[EventRecordID=" + inttostr(pevlr->RecordNumber) + "]";
|
||||||
pwsQuery = strAnsiToUnicode (query.c_str());
|
pwsQuery = strAnsiToUnicode (query.c_str());
|
||||||
pwsPath = strAnsiToUnicode (this->source.c_str());
|
pwsPath = strAnsiToUnicode (this->source.c_str());
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user