mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=5157
This commit is contained in:
parent
b7a7cd825f
commit
c5d4a375b8
|
@ -91,15 +91,15 @@ int open_database() {
|
||||||
int main() {
|
int main() {
|
||||||
FILE* fin, *fout;
|
FILE* fin, *fout;
|
||||||
int i, retval;
|
int i, retval;
|
||||||
char req_path[256], reply_path[256], path[256], buf[256];
|
char req_path[256], reply_path[256], path[256];
|
||||||
SCHED_SHMEM* ssp=0;
|
SCHED_SHMEM* ssp=0;
|
||||||
void* p;
|
void* p;
|
||||||
unsigned int counter=0;
|
unsigned int counter=0;
|
||||||
char* code_sign_key;
|
char* code_sign_key;
|
||||||
bool project_stopped = false;
|
bool project_stopped = false;
|
||||||
char *stderr_buffer;
|
|
||||||
|
|
||||||
#ifndef _USING_FCGI_
|
#ifndef _USING_FCGI_
|
||||||
|
char *stderr_buffer, buf[256];
|
||||||
get_log_path(path, "cgi.log");
|
get_log_path(path, "cgi.log");
|
||||||
if (!freopen(path, "a", stderr)) {
|
if (!freopen(path, "a", stderr)) {
|
||||||
fprintf(stderr, "Can't redirect stderr\n");
|
fprintf(stderr, "Can't redirect stderr\n");
|
||||||
|
|
Loading…
Reference in New Issue