diff --git a/daemon/call.c b/daemon/call.c index 1f34f15cd..cf3adf249 100644 --- a/daemon/call.c +++ b/daemon/call.c @@ -257,7 +257,7 @@ no_sfd: tmp_t_reason = OFFER_TIMEOUT; } - if (rtpe_now.tv_sec - timestamp < check) + if (timestamp < rtpe_now.tv_sec || rtpe_now.tv_sec - timestamp < check) good = true; next: