From 6e96f72977997bf93a449f616d60f90aa24f438e Mon Sep 17 00:00:00 2001 From: taesubkim Date: Fri, 29 Apr 2016 18:25:52 +0900 Subject: [PATCH] [TSAM-2611] Fixed itc issue Change-Id: I847e9b60f02cebe45d28e19a90e11884f162e962 Signed-off-by: Taesub Kim --- framework/src/capi_vpn_service.c | 3 --- packaging/capi-vpn-service.spec | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/framework/src/capi_vpn_service.c b/framework/src/capi_vpn_service.c index 0d88fb9..5ad13e6 100755 --- a/framework/src/capi_vpn_service.c +++ b/framework/src/capi_vpn_service.c @@ -248,9 +248,6 @@ EXPORT_API int vpnsvc_init(const char* iface_name, vpnsvc_h *handle) } else if (handle == NULL) { LOGE("handle is a NULL");//LCOV_EXCL_LINE return VPNSVC_ERROR_INVALID_PARAMETER;//LCOV_EXCL_LINE - } else if (*handle != NULL) { - LOGE("handle already created");//LCOV_EXCL_LINE - return VPNSVC_ERROR_INVALID_PARAMETER;//LCOV_EXCL_LINE } vpnsvc_tun_s *tmp_s = NULL; diff --git a/packaging/capi-vpn-service.spec b/packaging/capi-vpn-service.spec index a80298c..6c43f74 100755 --- a/packaging/capi-vpn-service.spec +++ b/packaging/capi-vpn-service.spec @@ -1,6 +1,6 @@ Name: vpnsvc-pkg Summary: VPN service library in TIZEN C API -Version: 1.0.12 +Version: 1.0.13 Release: 1 Group: System/Network License: Apache-2.0 -- 2.7.4