Commit c42715ed authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

nghttpx: Fix compile error with --disable-threads

parent 177d51dd
......@@ -392,6 +392,7 @@ std::random_device rd;
int worker_process_event_loop(WorkerProcessConfig *wpconf) {
std::array<char, STRERROR_BUFSIZE> errbuf;
(void)errbuf;
if (reopen_log_files() != 0) {
LOG(FATAL) << "Failed to open log file";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment