[TSAM-2611] Fixed itc issue 44/67944/1 accepted/tizen/common/20160429.170904 accepted/tizen/ivi/20160501.121836 accepted/tizen/mobile/20160501.121007 accepted/tizen/tv/20160501.121344 accepted/tizen/wearable/20160501.121549 submit/tizen/20160429.093403
authortaesubkim <taesub.kim@samsung.com>
Fri, 29 Apr 2016 09:25:52 +0000 (18:25 +0900)
committertaesubkim <taesub.kim@samsung.com>
Fri, 29 Apr 2016 09:26:15 +0000 (18:26 +0900)
Change-Id: I847e9b60f02cebe45d28e19a90e11884f162e962
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
framework/src/capi_vpn_service.c
packaging/capi-vpn-service.spec

index 0d88fb9..5ad13e6 100755 (executable)
@@ -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;
index a80298c..6c43f74 100755 (executable)
@@ -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