summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--client/commands.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/client/commands.c b/client/commands.c
index b6b02028..eb53de59 100644
--- a/client/commands.c
+++ b/client/commands.c
@@ -608,7 +608,6 @@ static int cmd_config(char *args[], int num, struct option *options)
int result = 0, res = 0, index = 2, oldindex = 0;
int c;
char *service_name, *path;
- DBusMessage *message;
char **opt_start;
dbus_bool_t val;
struct config_append append;
@@ -625,10 +624,6 @@ static int cmd_config(char *args[], int num, struct option *options)
res = 0;
- message = get_message(connection, "GetServices");
- if (message == NULL)
- return -ENOMEM;
-
oldindex = index;
path = g_strdup_printf("/net/connman/service/%s", service_name);
@@ -726,7 +721,6 @@ static int cmd_config(char *args[], int num, struct option *options)
}
g_free(path);
- dbus_message_unref(message);
if (res < 0) {
if (res == -EINPROGRESS)