summaryrefslogtreecommitdiffstats
path: root/hcid
diff options
context:
space:
mode:
Diffstat (limited to 'hcid')
-rw-r--r--hcid/adapter.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/hcid/adapter.c b/hcid/adapter.c
index c6756d21..95e45053 100644
--- a/hcid/adapter.c
+++ b/hcid/adapter.c
@@ -2751,7 +2751,8 @@ static DBusHandlerResult adapter_create_bonding(DBusConnection *conn,
return error_invalid_arguments(conn, msg, NULL);
return send_message_and_unref(conn,
- create_bonding(conn, msg, address, NULL, 0, data));
+ create_bonding(conn, msg, address, NULL,
+ IO_CAPABILITY_INVALID, data));
}
static DBusHandlerResult adapter_cancel_bonding(DBusConnection *conn,