aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--networking/tftp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/tftp.c b/networking/tftp.c
index 4d608a6fb..043747d0d 100644
--- a/networking/tftp.c
+++ b/networking/tftp.c
@@ -466,7 +466,7 @@ static int tftp_protocol(
466 } 466 }
467 cp = stpcpy(cp, remote_file) + 1; 467 cp = stpcpy(cp, remote_file) + 1;
468 /* add "mode" part of the packet */ 468 /* add "mode" part of the packet */
469 cp = stpcpy(cp, "octet"); 469 cp = stpcpy(cp, "octet") + 1;
470 470
471# if ENABLE_FEATURE_TFTP_BLOCKSIZE 471# if ENABLE_FEATURE_TFTP_BLOCKSIZE
472 if (blksize == TFTP_BLKSIZE_DEFAULT && !want_transfer_size) 472 if (blksize == TFTP_BLKSIZE_DEFAULT && !want_transfer_size)