Fix illegal access 83/224783/1 accepted/tizen/unified/20200225.224315 submit/tizen/20200214.070503 submit/tizen/20200224.070517
authorCheoleun Moon <chleun.moon@samsung.com>
Thu, 13 Feb 2020 04:53:13 +0000 (13:53 +0900)
committerCheoleun Moon <chleun.moon@samsung.com>
Thu, 13 Feb 2020 04:53:19 +0000 (13:53 +0900)
Change-Id: I85203898d48b6894d705203b8672717707866954
Signed-off-by: Cheoleun Moon <chleun.moon@samsung.com>
test/vpn_service_test.c

index 4922750..27edaef 100755 (executable)
@@ -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;
        }
 }