From: taesubkim Date: Fri, 29 Apr 2016 09:25:52 +0000 (+0900) Subject: [TSAM-2611] Fixed itc issue X-Git-Tag: submit/tizen/20160429.093403^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6e96f72977997bf93a449f616d60f90aa24f438e;p=platform%2Fcore%2Fapi%2Fvpn-service.git [TSAM-2611] Fixed itc issue Change-Id: I847e9b60f02cebe45d28e19a90e11884f162e962 Signed-off-by: Taesub Kim --- 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