From: Cheoleun Moon Date: Thu, 13 Feb 2020 04:53:13 +0000 (+0900) Subject: Fix illegal access X-Git-Tag: submit/tizen/20200214.070503^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=557771036cba2f0c5671f32880f66fa939c0cd32;p=platform%2Fcore%2Fapi%2Fvpn-service.git Fix illegal access Change-Id: I85203898d48b6894d705203b8672717707866954 Signed-off-by: Cheoleun Moon --- diff --git a/test/vpn_service_test.c b/test/vpn_service_test.c index 4922750..27edaef 100755 --- a/test/vpn_service_test.c +++ b/test/vpn_service_test.c @@ -478,7 +478,7 @@ int test_vpnsvc_destroy() printf("vpnsvc destroy fail [%s]\n", test_print_error(rv)); return -1; } else { - printf("vpnsvc destroy success(%p)\n", handle); + printf("vpnsvc destroy success\n"); return 1; } }