MT#55283 bugfix for 91f7b29cc

Good lord.

Change-Id: I3ddc72ab548bef18d9e40ce50c37713ef6bdc034
rfuchs/fixes
Richard Fuchs 1 year ago
parent 3e0b30219d
commit 1d18f4a0bf

@ -245,7 +245,7 @@ no_sfd:
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;
next:

Loading…
Cancel
Save