summaryrefslogtreecommitdiffstats
path: root/src/include/usr/hwas
diff options
context:
space:
mode:
authorStephen Cprek <smcprek@us.ibm.com>2014-06-06 11:07:29 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-06-19 18:02:30 -0500
commit534cbf842d75bae8125c89235cbf8144afee1ea7 (patch)
tree63719ee765aa3308866bc2413c0b293650521618 /src/include/usr/hwas
parent27ad3b81551ad9642c63103ab79e19155150490c (diff)
downloadtalos-hostboot-534cbf842d75bae8125c89235cbf8144afee1ea7.tar.gz
talos-hostboot-534cbf842d75bae8125c89235cbf8144afee1ea7.zip
Fix deconfigGard to look for master proc based on node
Change-Id: Ic9757bbaeb6c402046a3f2919f6695c4812778fb CQ: SW264662 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/11484 Tested-by: Jenkins Server Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: Andrew J. Geissler <andrewg@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr/hwas')
-rw-r--r--src/include/usr/hwas/common/deconfigGard.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/usr/hwas/common/deconfigGard.H b/src/include/usr/hwas/common/deconfigGard.H
index 8d76a1799..971fb5973 100644
--- a/src/include/usr/hwas/common/deconfigGard.H
+++ b/src/include/usr/hwas/common/deconfigGard.H
@@ -471,7 +471,7 @@ private:
*
*/
errlHndl_t _invokeDeconfigureAssocProc(
- const TARGETING::ConstTargetHandle_t i_node = NULL,
+ TARGETING::ConstTargetHandle_t i_node = NULL,
bool i_doAbusDeconfig = true);
/**
OpenPOWER on IntegriCloud