projects
/
platform
/
core
/
uifw
/
autofill.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3815900
)
Fix wrong callback data when receiving fill request
82/213782/2
author
Jihoon Kim
<jihoon48.kim@samsung.com>
Wed, 11 Sep 2019 07:19:25 +0000
(16:19 +0900)
committer
Jihoon Kim
<jihoon48.kim@samsung.com>
Wed, 11 Sep 2019 07:23:00 +0000
(16:23 +0900)
Change-Id: I419cd37df626d93419a63f4bf6d6901151821993
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
service_lib/autofill_service.c
patch
|
blob
|
history
diff --git
a/service_lib/autofill_service.c
b/service_lib/autofill_service.c
index
2ee461c
..
7775916
100644
(file)
--- a/
service_lib/autofill_service.c
+++ b/
service_lib/autofill_service.c
@@
-212,7
+212,7
@@
static void __autofill_fill_request_cb(rpc_port_stub_AutofillSvcPort_context_h c
rpc_port_autofill_svc_view_info_foreach_items(vi, __autofill_item_cb, view_info);
if (g_autofill_service_fill_requested_cb)
- g_autofill_service_fill_requested_cb(context_id, view_info, g_autofill_service_
auth_info
_request_data);
+ g_autofill_service_fill_requested_cb(context_id, view_info, g_autofill_service_
fill
_request_data);
autofill_view_info_destroy(view_info);