From 6a3bf7c4a775fc05a978c280e7a6ef93fc2f311f Mon Sep 17 00:00:00 2001 From: Steve Underwood Date: Fri, 18 Jul 2014 16:08:59 +0800 Subject: [PATCH] Further improvements to FAX CTC message handling --- libs/spandsp/src/t30.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/spandsp/src/t30.c b/libs/spandsp/src/t30.c index f601ad5583..784a146c1c 100644 --- a/libs/spandsp/src/t30.c +++ b/libs/spandsp/src/t30.c @@ -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++) {