summaryrefslogtreecommitdiffstats
path: root/src/usr/hwas/common/deconfigGard.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/hwas/common/deconfigGard.C')
-rw-r--r--src/usr/hwas/common/deconfigGard.C4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/hwas/common/deconfigGard.C b/src/usr/hwas/common/deconfigGard.C
index 5a06dd3bf..ce4a174ec 100644
--- a/src/usr/hwas/common/deconfigGard.C
+++ b/src/usr/hwas/common/deconfigGard.C
@@ -444,7 +444,7 @@ errlHndl_t DeconfigGard::deconfigureTargetsFromGardRecordsForIpl(
}
bool l_isSystemBootable = false;
- l_pErr = checkMinimumHardware(NULL,&l_isSystemBootable);
+ l_pErr = checkMinimumHardware(pSys,&l_isSystemBootable);
if (l_pErr)
{
HWAS_ERR("checkMinimumHardware returned an error");
@@ -525,7 +525,7 @@ errlHndl_t DeconfigGard::deconfigureTargetsFromGardRecordsForIpl(
break;
}
- l_pErr = checkMinimumHardware(NULL,&l_isSystemBootable);
+ l_pErr = checkMinimumHardware(pSys,&l_isSystemBootable);
if (l_pErr)
{
HWAS_ERR("checkMinimumHardware returned an error");
OpenPOWER on IntegriCloud