nghttpx: Clean up neverbleed AF_UNIX socket

This commit is contained in:
Tatsuhiro Tsujikawa 2016-06-23 23:04:47 +09:00
parent f945653ba9
commit 66ca8272ca
1 changed files with 0 additions and 6 deletions

View File

@ -532,12 +532,6 @@ int worker_process_event_loop(WorkerProcessConfig *wpconf) {
conn_handler.cancel_ocsp_update();
#ifdef HAVE_NEVERBLEED
if (nb && nb->daemon_pid != -1) {
kill(nb->daemon_pid, SIGTERM);
}
#endif // HAVE_NEVERBLEED
return 0;
}