change TR_MKDIR_PERM from 0777 to 0755

change TR_CREAT_PERM from 0666 to 0644
This commit is contained in:
Charles Kerr 2007-11-19 04:46:49 +00:00
parent aa11440755
commit a654f808e3
1 changed files with 2 additions and 2 deletions

View File

@ -92,9 +92,9 @@ enum
TR_RESERVED_FDS = 16, /* sockets reserved for tracker connections */
TR_MKDIR_PERM = 0777,
TR_MKDIR_PERM = 0755,
TR_CREAT_PERM = 0666
TR_CREAT_PERM = 0644
};
struct tr_openfile