From 0d23548907d187da263513da72b0e6c30b96d7e8 Mon Sep 17 00:00:00 2001 From: Abhimanyu Swami Date: Mon, 15 Feb 2021 08:37:19 +0000 Subject: [PATCH] Revert "ASAN issue fix" This reverts commit 13fa9892c87b68c6a696ab28615aacd6edfe72f9. Problem with TC. Will resubmit after resolving. Change-Id: Ica1e8572c6f08950ed573c3e2ce191ee7334433d --- plugin/sms_plugin/3gpp/Sms3gppTransport.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/sms_plugin/3gpp/Sms3gppTransport.cpp b/plugin/sms_plugin/3gpp/Sms3gppTransport.cpp index 3a43cfc..008a157 100755 --- a/plugin/sms_plugin/3gpp/Sms3gppTransport.cpp +++ b/plugin/sms_plugin/3gpp/Sms3gppTransport.cpp @@ -126,7 +126,7 @@ msg_error_t Sms3gppSubmitRequest(MSG_REQUEST_INFO_S *pReqInfo) char keyName[MAX_VCONFKEY_NAME_LEN] = {0,}; snprintf(keyName, sizeof(keyName), "%s/%d", MSG_SIM_CHANGED, pReqInfo->msgInfo.sim_idx); - int simStatus = 0; + MSG_SIM_STATUS_T simStatus = 0; if (MsgSettingGetInt(keyName, (int*)&simStatus) != MSG_SUCCESS) { MSG_INFO("MsgSettingGetInt() failed!"); } -- 2.7.4