diff options
Diffstat (limited to 'networking/tftp.c')
-rw-r--r-- | networking/tftp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/tftp.c b/networking/tftp.c index e1e278aba..8517830b7 100644 --- a/networking/tftp.c +++ b/networking/tftp.c | |||
@@ -353,7 +353,7 @@ static int tftp( USE_GETPUT(const int cmd,) | |||
353 | /* Server lost our TFTP_ACK. Resend it */ | 353 | /* Server lost our TFTP_ACK. Resend it */ |
354 | block_nr = recv_blk; | 354 | block_nr = recv_blk; |
355 | continue; | 355 | continue; |
356 | } | 356 | } |
357 | } | 357 | } |
358 | 358 | ||
359 | if (CMD_PUT(cmd) && (opcode == TFTP_ACK)) { | 359 | if (CMD_PUT(cmd) && (opcode == TFTP_ACK)) { |