Further improvements to FAX CTC message handling

This commit is contained in:
Steve Underwood 2014-07-18 16:08:59 +08:00
parent f781ec9a5a
commit 6a3bf7c4a7
1 changed files with 1 additions and 0 deletions

View File

@ -3100,6 +3100,7 @@ static void process_rx_ppr(t30_state_t *s, const uint8_t *msg, int len)
terminate_call(s);
return;
}
s->retries = 0;
/* Check which frames are OK, and mark them as OK. */
for (i = 0; i < 32; i++)
{