mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=10296
This commit is contained in:
parent
e1774afc16
commit
be52784849
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue