summaryrefslogtreecommitdiffstats
path: root/src/usr/mbox/mailboxsp.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/mbox/mailboxsp.C')
-rw-r--r--src/usr/mbox/mailboxsp.C3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr/mbox/mailboxsp.C b/src/usr/mbox/mailboxsp.C
index 00a158294..618db7538 100644
--- a/src/usr/mbox/mailboxsp.C
+++ b/src/usr/mbox/mailboxsp.C
@@ -211,7 +211,8 @@ errlHndl_t MailboxSp::_init()
MBOX::send(FSP_MAILBOX_MSGQ,msg);
// Register for shutdown
- INITSERVICE::registerShutdownEvent(iv_msgQ,
+ INITSERVICE::registerShutdownEvent(MBOX_COMP_ID,
+ iv_msgQ,
MSG_MBOX_SHUTDOWN,
INITSERVICE::MBOX_PRIORITY);
OpenPOWER on IntegriCloud