Commit efc3206a authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

nghttpx: Revert accidental change

parent 497ffc63
......@@ -731,7 +731,7 @@ pid_t fork_worker_process(SignalServer *ssv) {
LOG(NOTICE) << "Worker process shutting down momentarily";
// call exit(...) instead of _Exit to get leak sanitizer report
exit(EXIT_SUCCESS);
_Exit(EXIT_SUCCESS);
}
// parent process
......
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