summaryrefslogtreecommitdiff
path: root/AudioManagerDaemon/src/CAmControlReceiver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'AudioManagerDaemon/src/CAmControlReceiver.cpp')
-rw-r--r--AudioManagerDaemon/src/CAmControlReceiver.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/AudioManagerDaemon/src/CAmControlReceiver.cpp b/AudioManagerDaemon/src/CAmControlReceiver.cpp
index 2ee225a..f78a0f3 100644
--- a/AudioManagerDaemon/src/CAmControlReceiver.cpp
+++ b/AudioManagerDaemon/src/CAmControlReceiver.cpp
@@ -483,12 +483,7 @@ void CAmControlReceiver::confirmControllerReady()
void CAmControlReceiver::confirmControllerRundown()
{
- logInfo ("CAmControlReceiver::confirmControllerRundown(), exiting regularly");
- //once the controller is ready, it will exit.
- CAmDltWrapper* inst(getWrapper());
- inst->deinit();
- exit (0);
- //todo: one time implement here system interaction with NSM
+ logInfo ("CAmControlReceiver::confirmControllerRundown(), will exit now");
}
am_Error_e CAmControlReceiver::getSocketHandler(CAmSocketHandler *& socketHandler)