*** empty log message ***

svn path=/trunk/boinc/; revision=7534
This commit is contained in:
David Anderson 2005-08-26 22:47:29 +00:00
parent 8a72aef655
commit 8a5f66a616
1 changed files with 2 additions and 0 deletions

View File

@ -369,11 +369,13 @@ int main(int argc, char** argv) {
// unlink(req_path);
// unlink(reply_path);
#endif
#ifndef _USING_FCGI
} else if (batch) {
while (!feof(stdin)) {
handle_request(stdin, stdout, *ssp, code_sign_key);
fflush(stdout);
}
#endif
} else {
handle_request(stdin, stdout, *ssp, code_sign_key);
}