summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/attrsync.C
diff options
context:
space:
mode:
authorDean Sanner <dsanner@us.ibm.com>2013-10-01 08:36:09 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-10-10 15:56:42 -0500
commit75c505e0c95e8412d007801bfe8a0dd192039df3 (patch)
treee01fc27254357b93469445ff2689d7124100647c /src/usr/targeting/attrsync.C
parent4e69f6de00bbc2de7c73ff572963e07fb498329f (diff)
downloadtalos-hostboot-75c505e0c95e8412d007801bfe8a0dd192039df3.tar.gz
talos-hostboot-75c505e0c95e8412d007801bfe8a0dd192039df3.zip
Split "SPless" from mailbox for Cronus control of HB
Change-Id: Ifc44ca2f54bc61163f797b8020ffdd7bf9cc3240 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6424 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/targeting/attrsync.C')
-rw-r--r--src/usr/targeting/attrsync.C7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/usr/targeting/attrsync.C b/src/usr/targeting/attrsync.C
index 70494a691..a5ff2e057 100644
--- a/src/usr/targeting/attrsync.C
+++ b/src/usr/targeting/attrsync.C
@@ -23,6 +23,7 @@
#include <targeting/attrsync.H>
#include <targeting/common/targreasoncodes.H>
#include <targeting/common/trace.H>
+#include <initservice/initserviceif.H>
using namespace ERRORLOG;
@@ -486,9 +487,9 @@ namespace TARGETING
errlHndl_t l_errl = NULL;
do{
- // if the mailbox is not enabled then skip attribute sync
+ // if no FSP then skip attribute sync
// let the test case force message creation/sending
- if( !(MBOX::mailbox_enabled()) )
+ if( INITSERVICE::spLess() )
{
break;
}
@@ -532,7 +533,7 @@ namespace TARGETING
do{
// if the mailbox is not enabled then skip attribute sync
- if( !(MBOX::mailbox_enabled()) )
+ if( INITSERVICE::spLess() )
{
TARG_INF( "Mailbox is not enabled, skipping attribute sync" );
break;
OpenPOWER on IntegriCloud