mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-28 23:49:44 +08:00
don't close the error log if we didn't open it.
This commit is contained in:
parent
c511671e33
commit
57157edc66
@ -477,7 +477,7 @@ cry(struct mg_connection *conn, const char *fmt, ...)
|
|||||||
(void) fprintf(fp, "%s", buf);
|
(void) fprintf(fp, "%s", buf);
|
||||||
fputc('\n', fp);
|
fputc('\n', fp);
|
||||||
funlockfile(fp);
|
funlockfile(fp);
|
||||||
/* (void) fclose(fp); */
|
if (fp != stderr) fclose(fp);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
conn->request_info.log_message = NULL;
|
conn->request_info.log_message = NULL;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user