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 e1225779e..972f7ff37 100644 --- a/miscutils/rx.c +++ b/miscutils/rx.c | |||
@@ -172,6 +172,7 @@ static int receive(/*int read_fd, */int file_fd) | |||
172 | /* a repeat of the last block is ok, just ignore it. */ | 172 | /* a repeat of the last block is ok, just ignore it. */ |
173 | /* this also ignores the initial block 0 which is */ | 173 | /* this also ignores the initial block 0 which is */ |
174 | /* meta data. */ | 174 | /* meta data. */ |
175 | blockLength = 0; | ||
175 | goto next; | 176 | goto next; |
176 | } | 177 | } |
177 | if (blockNo != (wantBlockNo & 0xff)) { | 178 | if (blockNo != (wantBlockNo & 0xff)) { |