From 557771036cba2f0c5671f32880f66fa939c0cd32 Mon Sep 17 00:00:00 2001 From: Cheoleun Moon Date: Thu, 13 Feb 2020 13:53:13 +0900 Subject: [PATCH] Fix illegal access Change-Id: I85203898d48b6894d705203b8672717707866954 Signed-off-by: Cheoleun Moon --- test/vpn_service_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } } -- 2.7.4