From: hj kim Date: Wed, 15 Jan 2020 07:27:07 +0000 (+0900) Subject: Fix build error X-Git-Tag: submit/tizen/20200115.071738^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=47593c7a914d60e2489419a11f7e7bed08b779b7;p=platform%2Fcore%2Fapi%2Fmedia-controller.git Fix build error Change-Id: I5935f6d070d757baae0ca4b912125c35ebe9c18b --- 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 */