aboutsummaryrefslogtreecommitdiff
path: root/networking/tftp.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/tftp.c')
-rw-r--r--networking/tftp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/networking/tftp.c b/networking/tftp.c
index 7c0ee58d7..8ecd7bb6f 100644
--- a/networking/tftp.c
+++ b/networking/tftp.c
@@ -348,7 +348,6 @@ static int tftp_protocol(
348 * as if it is "block 0" */ 348 * as if it is "block 0" */
349 block_nr = 0; 349 block_nr = 0;
350 } 350 }
351
352 } else { /* tftp */ 351 } else { /* tftp */
353 /* Open file (must be after changing user) */ 352 /* Open file (must be after changing user) */
354 local_fd = CMD_GET(option_mask32) ? STDOUT_FILENO : STDIN_FILENO; 353 local_fd = CMD_GET(option_mask32) ? STDOUT_FILENO : STDIN_FILENO;