FS-4290 --resolve

This commit is contained in:
Anthony Minessale 2012-06-05 12:29:53 -05:00
parent 2983003f95
commit b4bd30816e
1 changed files with 1 additions and 1 deletions

View File

@ -941,7 +941,7 @@ SWITCH_MODULE_RUNTIME_FUNCTION(softtimer_runtime)
runtime.timestamp = ts;
current_ms += (runtime.microseconds_per_tick / 1000);
tick += (runtime.microseconds_per_tick / 1000);
tick++;
if (time_sync < runtime.time_sync) {
time_sync++; /* Only step once for each loop, we want to make sure to keep this thread safe */