Fixed wrong close fd for interface 12/63812/1 accepted/tizen/common/20160329.050322 accepted/tizen/ivi/20160328.065611 accepted/tizen/mobile/20160328.064439 accepted/tizen/tv/20160328.064458 accepted/tizen/wearable/20160328.065545 submit/tizen/20160328.025036
authorhyunuktak <hyunuk.tak@samsung.com>
Mon, 28 Mar 2016 02:39:34 +0000 (11:39 +0900)
committerhyunuktak <hyunuk.tak@samsung.com>
Mon, 28 Mar 2016 02:39:36 +0000 (11:39 +0900)
Change-Id: I3702e8805abdb385b093a6f468a411d7287f85a4
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
framework/src/capi_vpn_service.c
packaging/capi-vpn-service.spec

index dba74cb..cc2c328 100755 (executable)
@@ -336,7 +336,6 @@ EXPORT_API int vpnsvc_init(const char* iface_name, vpnsvc_h *handle)
                        op = NULL;
                }
        }
-       close(iface_fd);
        return result;
 }
 
index 656f661..cc5b58c 100755 (executable)
@@ -1,6 +1,6 @@
 Name:       vpnsvc-pkg
 Summary:    VPN service library in TIZEN C API
-Version:    1.0.8
+Version:    1.0.9
 Release:    1
 Group:      System/Network
 License:    Apache-2.0