nghttpx: Revert accidental change

This commit is contained in:
Tatsuhiro Tsujikawa 2016-01-21 22:14:10 +09:00
parent 497ffc6387
commit efc3206ae0
1 changed files with 1 additions and 1 deletions

View File

@ -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