summaryrefslogtreecommitdiffstats
path: root/src/usr/initservice/extinitsvc
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/initservice/extinitsvc')
-rw-r--r--src/usr/initservice/extinitsvc/extinitsvc.C9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/usr/initservice/extinitsvc/extinitsvc.C b/src/usr/initservice/extinitsvc/extinitsvc.C
index c6a48fa28..323624681 100644
--- a/src/usr/initservice/extinitsvc/extinitsvc.C
+++ b/src/usr/initservice/extinitsvc/extinitsvc.C
@@ -5,7 +5,7 @@
/* */
/* IBM CONFIDENTIAL */
/* */
-/* COPYRIGHT International Business Machines Corp. 2011,2012 */
+/* COPYRIGHT International Business Machines Corp. 2011,2013 */
/* */
/* p1 */
/* */
@@ -116,12 +116,11 @@ void ExtInitSvc::init( errlHndl_t &io_rtaskRetErrl )
// Tell the kernel to shut down. This will not actually
// happen until the last thread has ended.
- InitService::getTheInstance().doShutdown(
- SHUTDOWN_STATUS_EXTINITSVC_FAILED);
+ INITSERVICE::doShutdown(SHUTDOWN_STATUS_EXTINITSVC_FAILED);
// end the task.
io_rtaskRetErrl=NULL;
- return;
+ return;
#endif
// end the task and pass the errorlog to initservice to be committed.
@@ -131,7 +130,7 @@ void ExtInitSvc::init( errlHndl_t &io_rtaskRetErrl )
l_errl );
io_rtaskRetErrl=l_errl;
- return;
+ return;
}
// finish things up, return to initservice with goodness.
OpenPOWER on IntegriCloud