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