diff options
Diffstat (limited to 'libnm')
-rw-r--r-- | libnm/nm-vpn-service-plugin.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libnm/nm-vpn-service-plugin.c b/libnm/nm-vpn-service-plugin.c index 5e3c0641f3..a27283420a 100644 --- a/libnm/nm-vpn-service-plugin.c +++ b/libnm/nm-vpn-service-plugin.c @@ -828,8 +828,8 @@ nm_vpn_service_plugin_read_vpn_details (int fd, /* done a line */ g_return_val_if_fail (hash, FALSE); g_hash_table_insert (hash, - g_string_free (key, FALSE), - g_string_free (val, FALSE)); + g_string_free (key, FALSE), + g_string_free (val, FALSE)); key = NULL; val = NULL; hash = NULL; @@ -837,7 +837,7 @@ nm_vpn_service_plugin_read_vpn_details (int fd, } if (strcmp (line->str, "DONE") == 0) { - /* finish marker */ + /* finish marker */ break; } else if (strncmp (line->str, DATA_KEY_TAG, strlen (DATA_KEY_TAG)) == 0) { if (key != NULL) { |