summaryrefslogtreecommitdiffstats
path: root/src/usr/util/runtime/rt_fwnotify.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/util/runtime/rt_fwnotify.C')
-rw-r--r--src/usr/util/runtime/rt_fwnotify.C5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/usr/util/runtime/rt_fwnotify.C b/src/usr/util/runtime/rt_fwnotify.C
index 59f61f96a..9441519ab 100644
--- a/src/usr/util/runtime/rt_fwnotify.C
+++ b/src/usr/util/runtime/rt_fwnotify.C
@@ -151,10 +151,11 @@ void sbeAttemptRecovery(uint64_t i_data)
// Make the call to SbeExtractDD to attempt SBE recovery
// Get the SBE Retry Handler
- SbeRetryHandler l_SBEobj = SbeRetryHandler();
+ SbeRetryHandler l_SBEobj = SbeRetryHandler(SbeRetryHandler::
+ SBE_MODE_OF_OPERATION::INFORMATIONAL_ONLY);
// Retry the recovery of the SBE
- l_SBEobj.main_sbe_handler(l_target, false);
+ l_SBEobj.main_sbe_handler(l_target);
// Get the recovery results
bool l_recoverySuccessful = l_SBEobj.getSbeRestart();
OpenPOWER on IntegriCloud