mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=4123
This commit is contained in:
parent
5ac391d35f
commit
271066dfa0
|
@ -173,7 +173,8 @@ int main() {
|
|||
|
||||
g_pid = getpid();
|
||||
#ifdef _USING_FCGI_
|
||||
while(FCGI_Accept() >= 0 && counter < MAX_FCGI_COUNT) {
|
||||
//while(FCGI_Accept() >= 0 && counter < MAX_FCGI_COUNT) {
|
||||
while(FCGI_Accept() >= 0) {
|
||||
counter++;
|
||||
#endif
|
||||
if (project_stopped) {
|
||||
|
|
Loading…
Reference in New Issue