*** empty log message ***

svn path=/trunk/boinc/; revision=7535
This commit is contained in:
David Anderson 2005-08-26 22:48:32 +00:00
parent 8a5f66a616
commit 5cf2cb09b9
1 changed files with 1 additions and 1 deletions

View File

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