[ITC][Non-ACR] Do not access the uninitialized variable 43/286543/1
authorcheoleun moon <chleun.moon@samsung.com>
Mon, 9 Jan 2023 12:17:34 +0000 (21:17 +0900)
committercheoleun moon <chleun.moon@samsung.com>
Mon, 9 Jan 2023 12:19:29 +0000 (21:19 +0900)
Change-Id: I3bb274bcb0c10013b000771ff636491bcab16787
Signed-off-by: cheoleun moon <chleun.moon@samsung.com>
src/itc/capi-network-inm/ITs-capi-network-inm.c

index 9522e9282a0ce18a1d6b9b2e67eb68165a1d5dbe..9852b86af1e58ce88e5f2da4e3194e9d3c0cd1de 100755 (executable)
@@ -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;
        }