diff options
-rw-r--r-- | miscutils/rx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/miscutils/rx.c b/miscutils/rx.c index c48a61fd0..af597320c 100644 --- a/miscutils/rx.c +++ b/miscutils/rx.c | |||
@@ -207,6 +207,7 @@ static int receive(/*int read_fd, */int file_fd) | |||
207 | continue; | 207 | continue; |
208 | error: | 208 | error: |
209 | timeout: | 209 | timeout: |
210 | blockLength = 0; | ||
210 | errors++; | 211 | errors++; |
211 | if (errors == MAXERRORS) { | 212 | if (errors == MAXERRORS) { |
212 | /* Abort */ | 213 | /* Abort */ |