Fix compile error which is specific for GCC 6.2 65/105765/1 accepted/tizen/common/20161220.190754 accepted/tizen/ivi/20161220.222948 accepted/tizen/mobile/20161220.222853 accepted/tizen/tv/20161220.222910 accepted/tizen/wearable/20161220.222928 submit/tizen/20161220.020618
authorYu Jiung <jiung.yu@samsung.com>
Mon, 19 Dec 2016 11:12:47 +0000 (20:12 +0900)
committerYu Jiung <jiung.yu@samsung.com>
Mon, 19 Dec 2016 11:12:50 +0000 (20:12 +0900)
Change-Id: I1908ee562e6f95ed3c9b7433d436fb37f3e88cc0
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
packaging/libnet-client.spec
src/network-profile-intf.c

index 7266b0f12fe3aeda0264a1deabb190deb72467c0..6b4bc286a7f53a1ab63e027c5295efc3f51b17ce 100755 (executable)
@@ -1,6 +1,6 @@
 Name:          libnet-client
 Summary:       Network Client library (Shared library)
-Version:       1.1.56
+Version:       1.1.57
 Release:       1
 Group:         System/Network
 License:       Flora-1.1
index 39678649463d23149e1d5782a5f936080e9c9a7c..288d69e1a971ff09b666ef777f33bcc7ff7367cd 100755 (executable)
@@ -1492,10 +1492,11 @@ static int __net_extract_mobile_info(GVariantIter *array, net_profile_info_t *Pr
                        } else
                                NETWORK_LOG(NETWORK_ERROR, "Null modem path");
 #endif
-               } else
+               } else {
                        Error = __net_extract_common_info(key, var, ProfInfo);
                        if (Error != NET_ERR_NONE)
                                NETWORK_LOG(NETWORK_ERROR, "fail to extract common info err(%d)", Error);
+               }
        }
 
        /* Get Specific info from telephony service */