umask fix

This commit is contained in:
Glenn Maynard
2005-05-31 23:26:07 +00:00
parent 2e7a4de1b4
commit 7e1b549eb7
2 changed files with 3 additions and 3 deletions
@@ -144,7 +144,7 @@ bool CreateDirectories( CString Path )
}
#endif
if( DoMkdir(curpath, 0755) == 0 )
if( DoMkdir(curpath, 0777) == 0 )
continue;
/* When creating a directory that already exists over Samba, Windows is