diff options
author | sung-su.kim <sung-su.kim@samsung.com> | 2013-11-01 08:56:10 +0900 |
---|---|---|
committer | sung-su.kim <sung-su.kim@samsung.com> | 2013-11-01 08:56:15 +0900 |
commit | 1809b914d60c3231814e4b88c8b3f582f5c8df73 (patch) | |
tree | 269a578d81304a32bf147ccdb881bec28c371f0d /src/Daemon/BoxDaemonImpl.cpp | |
parent | dac9bc64ebd90f5548f5c700a2c336b658df06e1 (diff) | |
parent | 2f2edacbaf1e15acab513cd967db9380efd6da1b (diff) | |
download | web-provider-tizen_2.2.tar.gz web-provider-tizen_2.2.tar.bz2 web-provider-tizen_2.2.zip |
[Release] livebox.web-provider-1.64submit/tizen_2.2/20131107.0612492.2.1_releasetizen_2.2
Merge branch 'master' into tizen_2.2
Change-Id: I84b79618a38e1c7ef39c56bfb149c25dea328536
Diffstat (limited to 'src/Daemon/BoxDaemonImpl.cpp')
-rwxr-xr-x | src/Daemon/BoxDaemonImpl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Daemon/BoxDaemonImpl.cpp b/src/Daemon/BoxDaemonImpl.cpp index a262929..3ff24ba 100755 --- a/src/Daemon/BoxDaemonImpl.cpp +++ b/src/Daemon/BoxDaemonImpl.cpp @@ -719,7 +719,7 @@ int BoxDaemonImpl::requestLowMemoryCallback(void* data) UNUSED_PARAM(data); // terminate box daemon and revive - aul_terminate_pid(getpid()); + elm_exit(); return 0; } |