From 47593c7a914d60e2489419a11f7e7bed08b779b7 Mon Sep 17 00:00:00 2001 From: hj kim Date: Wed, 15 Jan 2020 16:27:07 +0900 Subject: [PATCH] Fix build error Change-Id: I5935f6d070d757baae0ca4b912125c35ebe9c18b --- src/media_controller_ipc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/media_controller_ipc.c b/src/media_controller_ipc.c index 53f09f3..520776f 100644 --- a/src/media_controller_ipc.c +++ b/src/media_controller_ipc.c @@ -477,7 +477,7 @@ int _mc_ipc_service_connect(mc_priv_type_e priv_type) /* If can't make connection to service, the service activation is needed */ /* Create Socket */ - ret = _mc_ipc_create_client_socket(MC_TIMEOUT_SEC_5, &sockfd); + ret = mc_ipc_create_client_socket(MC_TIMEOUT_SEC_5, &sockfd); mc_retvm_if(ret != MEDIA_CONTROLLER_ERROR_NONE, ret, "socket is not created properly"); /* Set socket activation address, the path is already created by system */ -- 2.7.4