From: Jihoon Kim Date: Tue, 22 Jan 2019 10:04:48 +0000 (+0900) Subject: Fix bug auth info receive callback data issue X-Git-Tag: submit/tizen/20190122.093052~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3e185cb2582915340b64bcb9d23b566d29765a38;p=platform%2Fcore%2Fuifw%2Fautofill.git Fix bug auth info receive callback data issue Change-Id: Ie21b0c19ae68822eeeb9f687b582a17939315678 Signed-off-by: Jihoon Kim --- diff --git a/client/autofill.c b/client/autofill.c index b5220e0..e45baa4 100644 --- a/client/autofill.c +++ b/client/autofill.c @@ -172,7 +172,7 @@ static void __auth_info_recv_cb(void *user_data, rpc_port_autofill_auth_info_h a if (ah) { if (ah->autofill_auth_info_received_cb) - ah->autofill_auth_info_received_cb(ah, aih, ah->autofill_fill_response_data); + ah->autofill_auth_info_received_cb(ah, aih, ah->autofill_auth_info_data); } else { LOGW("no user data");