summaryrefslogtreecommitdiffstats
path: root/src/sbefw/core/sbecmdprocessor.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/sbefw/core/sbecmdprocessor.C')
-rw-r--r--src/sbefw/core/sbecmdprocessor.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sbefw/core/sbecmdprocessor.C b/src/sbefw/core/sbecmdprocessor.C
index f7cf2216..1c1f2698 100644
--- a/src/sbefw/core/sbecmdprocessor.C
+++ b/src/sbefw/core/sbecmdprocessor.C
@@ -302,7 +302,7 @@ void sbeSyncCommandProcessor_routine(void *i_pArg)
if ( SBE_GLOBAL->sbeIntrSource.isSet(SBE_RX_ROUTINE,
SBE_INTERFACE_PSU) )
{
- l_rc = SBE_GLOBAL->sbeSbe2PsuRespHdr.secStatus;
+ l_rc = SBE_GLOBAL->sbeSbe2PsuRespHdr.secStatus();
l_cmdClass = SBE_GLOBAL->sbePsu2SbeCmdReqHdr.cmdClass;
l_cmdOpCode = SBE_GLOBAL->sbePsu2SbeCmdReqHdr.command;
// Set this here, so that during response handling we know which
OpenPOWER on IntegriCloud