Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5710e72d authored by Jaikumar Ganesh's avatar Jaikumar Ganesh Committed by Android Git Automerger
Browse files

am 69ed0b62: am d1735ef9: am 4b41df61: Merge "Use proper type for oob variable...

am 69ed0b62: 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 '69ed0b62':
  Use proper type for oob variable in register_agent. Without this change the BluetoothEventLoop crashes on my armv5 arch board.
parents 35bfcbb9 69ed0b62
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -351,7 +351,7 @@ static int register_agent(native_data_t *nat,
{
    DBusMessage *msg, *reply;
    DBusError err;
    bool oob = TRUE;
    dbus_bool_t oob = TRUE;

    if (!dbus_connection_register_object_path(nat->conn, agent_path,
            &agent_vtable, nat)) {