diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2009-02-03 23:32:25 +0100 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2009-02-03 23:32:25 +0100 |
commit | 0f36d1d5de1d76c422e872bee24db729f72316c6 (patch) | |
tree | 717f39b09671ac5f8f01e280909baacbeaa8a699 /plugins/bluetooth.c | |
parent | 5b4123c700d629397cc9ab72937e76e324eec59f (diff) | |
download | connman-0f36d1d5de1d76c422e872bee24db729f72316c6.tar.gz connman-0f36d1d5de1d76c422e872bee24db729f72316c6.tar.bz2 connman-0f36d1d5de1d76c422e872bee24db729f72316c6.zip |
The disconnect method PAN doesn't require the interface name
Diffstat (limited to 'plugins/bluetooth.c')
-rw-r--r-- | plugins/bluetooth.c | 3 |
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) { |