*** empty log message ***

svn path=/trunk/boinc/; revision=4123
This commit is contained in:
Rom Walton 2004-08-29 22:27:23 +00:00
parent 5ac391d35f
commit 271066dfa0
1 changed files with 2 additions and 1 deletions

View File

@ -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) {