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

Commit a30a1a9e authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "legacy: Explicit cast for mismatched type"

parents b238506b fb20d074
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2301,7 +2301,7 @@ bool acl_refresh_remote_address(const RawAddress& identity_address,
      p_acl->active_remote_addr = rpa;
    }
  } else {
    p_acl->active_remote_addr_type = rra_type;
    p_acl->active_remote_addr_type = static_cast<tBLE_ADDR_TYPE>(rra_type);
    p_acl->active_remote_addr = rpa;
  }