am d1735ef9
: am 4b41df61
: Merge "Use proper type for oob variable in register_agent. Without this change the BluetoothEventLoop crashes on my armv5 arch board."
* commit 'd1735ef91af201ff140f8d954dd07eff80836d20': Use proper type for oob variable in register_agent. Without this change the BluetoothEventLoop crashes on my armv5 arch board.
This commit is contained in:
@ -351,7 +351,7 @@ static int register_agent(native_data_t *nat,
|
|||||||
{
|
{
|
||||||
DBusMessage *msg, *reply;
|
DBusMessage *msg, *reply;
|
||||||
DBusError err;
|
DBusError err;
|
||||||
bool oob = TRUE;
|
dbus_bool_t oob = TRUE;
|
||||||
|
|
||||||
if (!dbus_connection_register_object_path(nat->conn, agent_path,
|
if (!dbus_connection_register_object_path(nat->conn, agent_path,
|
||||||
&agent_vtable, nat)) {
|
&agent_vtable, nat)) {
|
||||||
|
Reference in New Issue
Block a user