*** empty log message ***

svn path=/trunk/boinc/; revision=2932
This commit is contained in:
David Anderson 2004-02-02 19:03:49 +00:00
parent 5f200afc41
commit bbf8b49cfb
1 changed files with 1 additions and 0 deletions

View File

@ -310,6 +310,7 @@ void CLIENT_STATE::check_anonymous() {
p->anonymous_platform = true;
// flag as anonymous even if can't parse file
retval = parse_app_info(p, f);
fclose(f);
}
}