Loading fastboot/device/commands.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -261,7 +261,7 @@ bool SetActiveHandler(FastbootDevice* device, const std::vector<std::string>& ar } } // If the slot is not changing, do nothing. // If the slot is not changing, do nothing. if (slot == boot_control_hal->getCurrentSlot()) { if (args[1] == device->GetCurrentSlot()) { return device->WriteOkay(""); return device->WriteOkay(""); } } Loading Loading
fastboot/device/commands.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -261,7 +261,7 @@ bool SetActiveHandler(FastbootDevice* device, const std::vector<std::string>& ar } } // If the slot is not changing, do nothing. // If the slot is not changing, do nothing. if (slot == boot_control_hal->getCurrentSlot()) { if (args[1] == device->GetCurrentSlot()) { return device->WriteOkay(""); return device->WriteOkay(""); } } Loading