Modified the define of global dbus connection for thread safety 55/113755/1 accepted/tizen/common/20170210.170540 accepted/tizen/ivi/20170214.011045 accepted/tizen/mobile/20170214.010840 accepted/tizen/tv/20170214.010928 accepted/tizen/wearable/20170214.011012 submit/tizen/20170210.072732 submit/tizen/20170210.083740
authortaesub kim <taesub.kim@samsung.com>
Wed, 8 Feb 2017 23:34:15 +0000 (08:34 +0900)
committertaesub kim <taesub.kim@samsung.com>
Wed, 8 Feb 2017 23:34:34 +0000 (08:34 +0900)
Change-Id: I77a17605ac3d224aa11ae0356466851d39ab44f8
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
packaging/capi-network-wifi.spec
src/libnetwork.c

index 8336f46..416f5cb 100755 (executable)
@@ -1,6 +1,6 @@
 Name:          capi-network-wifi
 Summary:       Network Wi-Fi library in TIZEN C API
-Version:       1.0.85
+Version:       1.0.86
 Release:       1
 Group:         System/Network
 License:       Apache-2.0
index 84e3997..91277c4 100755 (executable)
@@ -70,7 +70,7 @@ static __thread GSList *managed_idler_list = NULL;
 static __thread bool wifi_is_feature_checked[WIFI_SUPPORTED_FEATURE_MAX] = {0, };
 static __thread bool wifi_feature_supported[WIFI_SUPPORTED_FEATURE_MAX] = {0, };
 
-wifi_dbus *g_dbus_h = NULL;
+static __thread wifi_dbus *g_dbus_h = NULL;
 
 bool _wifi_is_init(void)
 {