Skip to content

Commit

Permalink
Update net_io.c
Browse files Browse the repository at this point in the history
  • Loading branch information
snake-4 committed Aug 4, 2021
1 parent 86ac8bd commit 70c80cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions net_io.c
Original file line number Diff line number Diff line change
Expand Up @@ -2124,6 +2124,7 @@ static bool UtilCreateWritableTempFile(char* outPathBuffer, const char* prefix,
mask = umask(0);
umask(mask);
fchmod(unix_fd, 0644 & ~mask);
close(unix_fd);
#endif

return true;
Expand Down

0 comments on commit 70c80cf

Please sign in to comment.