Fixed a svace for unreachable code 88/171288/1 accepted/tizen/unified/20180305.062858 submit/tizen/20180302.043216
authorhyunuktak <hyunuk.tak@samsung.com>
Wed, 28 Feb 2018 08:07:42 +0000 (17:07 +0900)
committerhyunuktak <hyunuk.tak@samsung.com>
Wed, 28 Feb 2018 08:07:47 +0000 (17:07 +0900)
Change-Id: Ia883846cadc22b677bd2efa0cd3a959afb3e3986
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
packaging/net-config.spec
src/wifi-power.c

index 9c62717..e3c7dba 100755 (executable)
@@ -1,6 +1,6 @@
 Name:          net-config
 Summary:       TIZEN Network Configuration service
-Version:       1.1.124
+Version:       1.1.125
 Release:       2
 Group:         System/Network
 License:       Apache-2.0
index 781eb00..eec1689 100755 (executable)
@@ -844,9 +844,7 @@ gboolean handle_load_driver(Wifi *wifi,
                netconfig_wifi_enable_device_picker_test();
 #endif
        if (err < 0) {
-               if (err == -EINPROGRESS)
-                       netconfig_error_inprogress(context);
-               else if (err == -EALREADY)
+               if (err == -EALREADY)
                        netconfig_error_already_exists(context);
                else if (err == -EPERM)
                        netconfig_error_permission_denied(context);