aboutsummaryrefslogtreecommitdiff
path: root/networking/tftp.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/tftp.c')
-rw-r--r--networking/tftp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/tftp.c b/networking/tftp.c
index 8d6038853..b2c3c033c 100644
--- a/networking/tftp.c
+++ b/networking/tftp.c
@@ -308,7 +308,7 @@ static int tftp_protocol(
308 308
309 if (!ENABLE_TFTP || our_lsa) { /* tftpd */ 309 if (!ENABLE_TFTP || our_lsa) { /* tftpd */
310 /* Open file (must be after changing user) */ 310 /* Open file (must be after changing user) */
311 local_fd = open(local_file, open_mode); 311 local_fd = open(local_file, open_mode, 0666);
312 if (local_fd < 0) { 312 if (local_fd < 0) {
313 error_pkt_reason = ERR_NOFILE; 313 error_pkt_reason = ERR_NOFILE;
314 strcpy((char*)error_pkt_str, "can't open file"); 314 strcpy((char*)error_pkt_str, "can't open file");