Fix bug auth info receive callback data issue 18/198218/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Tue, 22 Jan 2019 10:04:48 +0000 (19:04 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Tue, 22 Jan 2019 10:04:48 +0000 (19:04 +0900)
Change-Id: Ie21b0c19ae68822eeeb9f687b582a17939315678
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
client/autofill.c

index b5220e0..e45baa4 100644 (file)
@@ -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");