MT#55283 bugfix for 91f7b29cc

Good lord.

Change-Id: I3ddc72ab548bef18d9e40ce50c37713ef6bdc034
(cherry picked from commit 1d18f4a0bf)
rfuchs/2095
Richard Fuchs 2 years ago
parent c85596a7e1
commit 512a041649

@ -245,7 +245,7 @@ no_sfd:
tmp_t_reason = OFFER_TIMEOUT; tmp_t_reason = OFFER_TIMEOUT;
} }
if (timestamp < rtpe_now.tv_sec || rtpe_now.tv_sec - timestamp < check) if (timestamp > rtpe_now.tv_sec || rtpe_now.tv_sec - timestamp < check)
good = true; good = true;
next: next:

Loading…
Cancel
Save