mirror of https://github.com/sipwise/rtpengine.git
The only caller of `media_player_get_cache_times()` does comparisons based on microseconds, but the called function to calculate `mtime` and `atime` does this in seconds. Hence the result is used incorrectly, because it compares that value against `rtpe_now - rtpe_config.db_expire_us`, which is again in microseconds. Change-Id: Iea4b5b1c6d36c202bdce477ee8147e84e1974210mr26.1
parent
75ab591022
commit
fff6e5abaf
Loading…
Reference in new issue