Change-Id: I1ce80c61300e216e0b784fc5937cfb81734618b6
Signed-off-by: cheoleun <chleun.moon@samsung.com>
Name: net-config
Summary: TIZEN Network Configuration service
-Version: 1.1.101
+Version: 1.1.102
Release: 2
Group: System/Network
License: Apache-2.0
if (message) {
g_variant_get(message, "(a(oa{sv}))", &iter);
- while (g_variant_iter_loop(iter, "(oa{sv})", &key, &value)) {
+ if (g_variant_iter_loop(iter, "(oa{sv})", &key, &value))
profile = strdup(key);
- break;
- }
if (value)
g_variant_iter_free(value);