From: cheoleun moon Date: Mon, 9 Jan 2023 12:17:34 +0000 (+0900) Subject: [ITC][Non-ACR] Do not access the uninitialized variable X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F43%2F286543%2F1;p=test%2Ftct%2Fnative%2Fapi.git [ITC][Non-ACR] Do not access the uninitialized variable Change-Id: I3bb274bcb0c10013b000771ff636491bcab16787 Signed-off-by: cheoleun moon --- diff --git a/src/itc/capi-network-inm/ITs-capi-network-inm.c b/src/itc/capi-network-inm/ITs-capi-network-inm.c index 9522e9282..9852b86af 100755 --- a/src/itc/capi-network-inm/ITs-capi-network-inm.c +++ b/src/itc/capi-network-inm/ITs-capi-network-inm.c @@ -164,7 +164,7 @@ void ITs_inm_startup(void) } else if (nRet != INM_ERROR_NONE) { - FPRINTF("[Line : %d][%s] Fail to get current profile or service. Error = %s, g_hConnection = %d\\n", __LINE__, API_NAMESPACE, InmGetError(nRet), g_hConnection); + FPRINTF("[Line : %d][%s] Fail to get current profile or service. Error = %s\\n", __LINE__, API_NAMESPACE, InmGetError(nRet)); dlog_print(DLOG_INFO, "NativeTCT", "[%s:%d] Fail to get current profile or service", __LINE__, API_NAMESPACE); return; }