summaryrefslogtreecommitdiffstats
path: root/src/usr/errl/errlentry.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/errl/errlentry.C')
-rw-r--r--src/usr/errl/errlentry.C3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr/errl/errlentry.C b/src/usr/errl/errlentry.C
index aa05d534a..ff6eab8f9 100644
--- a/src/usr/errl/errlentry.C
+++ b/src/usr/errl/errlentry.C
@@ -151,7 +151,8 @@ ErrlEntry::ErrlEntry(const errlSeverity_t i_sev,
// The SRC_ERR_INFO becomes part of the SRC; example, B1 in SRC B180xxxx
// iv_Src assigns the epubSubSystem_t; example, 80 in SRC B180xxxx
iv_Src( SRC_ERR_INFO, i_modId, i_reasonCode, i_user1, i_user2 ),
- iv_termState(TERM_STATE_UNKNOWN)
+ iv_termState(TERM_STATE_UNKNOWN),
+ iv_sevFinal(false)
{
TRACFCOMP( g_trac_errl, ERR_MRK"Error created : PLID=%.8X, RC=%.4X, Mod=%.2X, Userdata=%.16X %.16X", plid(), i_reasonCode, i_modId, i_user1, i_user2 );
// Collect the Backtrace and add it to the error log
OpenPOWER on IntegriCloud