[WGID-29760] Fix the svace issue 91/55591/1 accepted/tizen/ivi/20160218.023315 accepted/tizen/mobile/20151228.232849 accepted/tizen/tv/20151228.231910 accepted/tizen/wearable/20151228.231219 submit/tizen/20151228.081859 submit/tizen_ivi/20160217.000000 submit/tizen_ivi/20160217.000002
authorSeonah Moon <seonah1.moon@samsung.com>
Mon, 28 Dec 2015 05:08:21 +0000 (14:08 +0900)
committerSeonah Moon <seonah1.moon@samsung.com>
Mon, 28 Dec 2015 05:14:22 +0000 (14:14 +0900)
Change-Id: I1e17e809287842d9e5ffee6c6271620648d4211d
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
packaging/capi-network-wifi-direct.spec
src/wifi-direct-client-proxy.c

index 3fba812..7a05483 100644 (file)
@@ -1,6 +1,6 @@
 Name:       capi-network-wifi-direct
 Summary:    Network WiFi-Direct Library
-Version:    1.2.41
+Version:    1.2.42
 Release:    1
 Group:      Network & Connectivity/Wireless
 License:    Apache-2.0
index 0417e1b..63a353c 100755 (executable)
@@ -1025,7 +1025,6 @@ int wifi_direct_initialize(void)
                __WDC_LOG_FUNC_END__;
                return WIFI_DIRECT_ERROR_COMMUNICATION_FAILED;
        }
-       g_client_info.async_sockfd = async_sockfd;
 
        GIOChannel *gio = g_io_channel_unix_new(g_client_info.async_sockfd);
        int g_source_id = g_io_add_watch(gio, G_IO_IN | G_IO_ERR | G_IO_HUP,