*** empty log message ***

svn path=/trunk/boinc/; revision=10296
This commit is contained in:
David Anderson 2006-06-10 05:36:25 +00:00
parent e1774afc16
commit be52784849
2 changed files with 4 additions and 0 deletions

View File

@ -300,11 +300,13 @@ int CLIENT_STATE::init() {
}
}
#ifndef _WIN32
#ifdef SANDBOX
retval = lookup_group(BOINC_PROJECT_GROUP_NAME, boinc_project_gid);
if (retval) return retval;
#else
boinc_project_gid = 0;
#endif
#endif
return 0;

View File

@ -129,7 +129,9 @@ public:
char attach_project_auth[256];
bool exit_before_upload;
// exit when about to upload a file
#ifndef _WIN32
gid_t boinc_project_gid;
#endif
// backoff-related variables
//