summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/bluetooth.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/bluetooth.c b/plugins/bluetooth.c
index 5ffdab37..25dc0ca4 100644
--- a/plugins/bluetooth.c
+++ b/plugins/bluetooth.c
@@ -298,8 +298,7 @@ static int pan_disconnect(struct connman_network *network)
if (message == NULL)
return -ENOMEM;
- dbus_message_append_args(message, DBUS_TYPE_STRING, &data->interface,
- DBUS_TYPE_INVALID);
+ dbus_message_append_args(message, DBUS_TYPE_INVALID);
if (dbus_connection_send_with_reply(data->connection, message,
&call, TIMEOUT) == FALSE) {