hdrplus
Matthew 6 months ago
parent c98472d1fb
commit bd125e73fb

@ -1063,7 +1063,7 @@ bool CPhoneDevice::Reboot(int resetType, bool manually, const std::string& reaso
// reboot the device // reboot the device
if (!manually) if (!manually)
{ {
time_t rebootTime = GetRebootTime() time_t rebootTime = GetRebootTime();
time_t ts = time(NULL); time_t ts = time(NULL);
if ((ts - rebootTime) < 1800) if ((ts - rebootTime) < 1800)
{ {

Loading…
Cancel
Save