Send result to caller only once 18/59518/1
authorSangyoon Jang <s89.jang@samsung.com>
Tue, 16 Feb 2016 08:11:07 +0000 (17:11 +0900)
committerSangyoon Jang <s89.jang@samsung.com>
Tue, 16 Feb 2016 08:11:07 +0000 (17:11 +0900)
Change-Id: Ib89df45e88ba46a5cf3505221388d51f26b011ab
Signed-off-by: Sangyoon Jang <s89.jang@samsung.com>
src/launchpad.c

index 62a268e..97fb47c 100755 (executable)
@@ -447,8 +447,6 @@ static int __send_launchpad_loader(candidate_process_context_t *cpc, app_pkt_t *
                cpc->timer = 0;
        }
 
-       __send_result_to_caller(clifd, pid, app_path); /* to AMD */
-
        if (strcmp("uiapp", comp_type) == 0)
                cpc->timer = g_timeout_add(5000, __handle_preparing_candidate_process, cpc);
        else