Change-Id: I4262990f2540c474e91c51ecc8fd85045f6e0c3b
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
GVariantIter *route_entry;
g_variant_iter_init(&outer, server_routes);
- if (g_variant_iter_n_children(&outer) == 0) {
+ if (g_variant_iter_n_children(&outer) == 0)
return;
- }
if (connection->server_routes)
g_slist_free_full(connection->server_routes,
Name: capi-network-vpn-setting
Summary: Default VPN Library
-Version: 0.1.0_1
+Version: 0.1.0_2
Release: 1
Group: System/Network
License: Apache-2.0
static void _test_get_user_input(char *buf, char *what)
{
printf("Please ENTER %s:", what);
- if (scanf(" %[^\n]s", buf) < 0) {
+ if (scanf(" %[^\n]s", buf) < 0)
printf("Error in Reading the data to Buffer\n");
- }
}
int test_vpn_init(void)