*** empty log message ***

svn path=/trunk/boinc/; revision=2674
This commit is contained in:
Karl Chen 2003-11-23 01:29:27 +00:00
parent c3b76a9f00
commit 92365a7b57
2 changed files with 8 additions and 0 deletions

View File

@ -7769,3 +7769,8 @@ Karl 2003-11-22
client/
cs_cmdline.C
- chmod 600 the account file.
client/
client_types.C

View File

@ -80,6 +80,9 @@ int PROJECT::write_account_file() {
get_account_filename(master_url, path);
f = fopen(TEMP_FILE_NAME, "w");
if (!f) return ERR_FOPEN;
#ifndef _WIN32
chmod(TEMP_FILE_NAME, 0600);
#endif
fprintf(f,
"<account>\n"