Fix compile error

This commit is contained in:
Tatsuhiro Tsujikawa 2021-10-04 23:23:03 +09:00
parent 086b85b8f9
commit f4290c6497
1 changed files with 2 additions and 0 deletions

View File

@ -603,7 +603,9 @@ int worker_process_event_loop(WorkerProcessConfig *wpconf) {
#endif // !NOTHREADS
}
#if defined(ENABLE_HTTP3) && defined(HAVE_LIBBPF)
conn_handler->unload_bpf_objects();
#endif // defined(ENABLE_HTTP3) && defined(HAVE_LIBBPF)
drop_privileges(
#ifdef HAVE_NEVERBLEED