summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/usr/hwpf/plat/fapiPlatHwpInvoker.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/hwpf/plat/fapiPlatHwpInvoker.C b/src/usr/hwpf/plat/fapiPlatHwpInvoker.C
index a4ff9b3a3..22202a80d 100644
--- a/src/usr/hwpf/plat/fapiPlatHwpInvoker.C
+++ b/src/usr/hwpf/plat/fapiPlatHwpInvoker.C
@@ -312,7 +312,7 @@ void processEIBusCallouts(const ErrorInfo & i_errInfo,
reinterpret_cast<TARGETING::Target*>((*l_itr)->iv_target1.get());
TARGETING::Target * l_pTarget2 =
- reinterpret_cast<TARGETING::Target*>((*l_itr)->iv_target1.get());
+ reinterpret_cast<TARGETING::Target*>((*l_itr)->iv_target2.get());
HWAS::callOutPriority l_priority =
xlateCalloutPriority((*l_itr)->iv_calloutPriority);
OpenPOWER on IntegriCloud