Skip to content

Commit

Permalink
Failing unit id was wrong for SBE dumps
Browse files Browse the repository at this point in the history
An additional local variable was preventing the correct
dump type to be passed to the function extracting the
failing unit id.
  • Loading branch information
dhruvibm authored and rfrandse committed Sep 13, 2023
1 parent 08a75be commit ba09794
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dump-extensions/openpower-dumps/dump_manager_hostdump.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ class Manager :
{
// Check dump policy
util::isOPDumpsEnabled();
uint8_t dumpType = 0;
uint64_t eid = 0;
uint64_t failingUnit = 0;

Expand Down

0 comments on commit ba09794

Please sign in to comment.