mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-14 01:49:05 +00:00
FS-5690 --resolve with bizarre workaround
This commit is contained in:
@@ -201,7 +201,7 @@ SWITCH_DECLARE(uint32_t) switch_scheduler_add_task(time_t task_runtime,
|
||||
switch_assert(func);
|
||||
|
||||
if (task_runtime < now) {
|
||||
container->task.repeat = task_runtime;
|
||||
container->task.repeat = (uint32_t)task_runtime;
|
||||
task_runtime += now;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user