From: Alexander Aksenov Date: Wed, 20 Nov 2013 11:26:51 +0000 (+0400) Subject: [FIX] Daemon terminates all remaining processes X-Git-Tag: Tizen_SDK_2.3~116 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=90eacb5b2a2fe621c1cf1d219846e3a1e7970ffd;p=platform%2Fcore%2Fsystem%2Fswap-manager.git [FIX] Daemon terminates all remaining processes Change-Id: Ia1b3d037531f7319a4ac84fd0491917b1c4f95f9 Signed-off-by: Alexander Aksenov --- diff --git a/daemon/daemon.c b/daemon/daemon.c index cf5e5c6..0a394e2 100644 --- a/daemon/daemon.c +++ b/daemon/daemon.c @@ -536,11 +536,9 @@ static void terminate_all_target() sizeof(sendlog.type) + sizeof(sendlog.length), MSG_NOSIGNAL); if (sendlen != -1) { - // send to only first main target proces LOGI("TERMINATE send exit msg (socket %d) " "by terminate_all_target()\n", manager.target[i].socket); - break; } } }