summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/hwp/core_activate/core_activate.C
diff options
context:
space:
mode:
authorAndrew Geissler <andrewg@us.ibm.com>2014-09-24 13:56:38 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-09-26 21:38:12 -0500
commit2bb31a768a5825ab5befb40f89c91afb4bf0660e (patch)
tree08ce79cc2cbb91427311d8e2bd826c341e9b2108 /src/usr/hwpf/hwp/core_activate/core_activate.C
parent4c440a2edad3ecea9318e1124b20adff53a6753c (diff)
downloadtalos-hostboot-2bb31a768a5825ab5befb40f89c91afb4bf0660e.tar.gz
talos-hostboot-2bb31a768a5825ab5befb40f89c91afb4bf0660e.zip
Fixed simple bug which caused us to lose istep errors.
Change-Id: Ib16db7b2aac21dc1bc74549ee88c25a07291d7ca CQ: SW278912 Backport: release-fips820 Backport: release-fips811 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/13576 Reviewed-by: WILLIAM G. HOFFA <wghoffa@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/hwp/core_activate/core_activate.C')
-rw-r--r--src/usr/hwpf/hwp/core_activate/core_activate.C3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/usr/hwpf/hwp/core_activate/core_activate.C b/src/usr/hwpf/hwp/core_activate/core_activate.C
index 934345ef3..7b31fa25a 100644
--- a/src/usr/hwpf/hwp/core_activate/core_activate.C
+++ b/src/usr/hwpf/hwp/core_activate/core_activate.C
@@ -447,7 +447,6 @@ void* call_host_activate_slave_cores( void *io_pArgs )
"SLW is in clean state");
}
}
-
// Create error log
if (0 != rc)
{
@@ -558,7 +557,7 @@ void* call_host_activate_slave_cores( void *io_pArgs )
}
}
- if( !l_stepError.getErrorHandle() )
+ if( l_stepError.isNull() )
{
// Call proc_post_winkle
TARGETING::TargetHandleList l_procTargetList;
OpenPOWER on IntegriCloud