projects
/
platform
/
core
/
uifw
/
mmi-framework.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b758b1
)
mmifw-ipc: add omitted argument in rpc_port_register_proc_info()
28/264128/1
author
Sung-Jin Park
<sj76.park@samsung.com>
Mon, 19 Jul 2021 10:48:09 +0000
(19:48 +0900)
committer
Sung-Jin Park
<sj76.park@samsung.com>
Mon, 13 Sep 2021 12:14:49 +0000
(21:14 +0900)
Change-Id: I6be33e2751f850171b0a4bf958bf44e427b4ff60
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
src/mmifw-ipc.c
patch
|
blob
|
history
diff --git
a/src/mmifw-ipc.c
b/src/mmifw-ipc.c
index 371561ea2d711e96f3c924028a0deb9756c27a26..9fde8ed832dae3c7dc9fe02018a336228daebe89 100644
(file)
--- a/
src/mmifw-ipc.c
+++ b/
src/mmifw-ipc.c
@@
-610,7
+610,7
@@
mmi_ipc_init(const char *appid)
rpc_port_set_target_uid(_uid);
- int r = rpc_port_register_proc_info(appid);
+ int r = rpc_port_register_proc_info(appid
, NULL
);
if (r != RPC_PORT_ERROR_NONE)
{
LOGE("Failed to register proc info ! (error:%d)\n", r);