Fix compile error
This commit is contained in:
parent
086b85b8f9
commit
f4290c6497
|
@ -603,7 +603,9 @@ int worker_process_event_loop(WorkerProcessConfig *wpconf) {
|
||||||
#endif // !NOTHREADS
|
#endif // !NOTHREADS
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if defined(ENABLE_HTTP3) && defined(HAVE_LIBBPF)
|
||||||
conn_handler->unload_bpf_objects();
|
conn_handler->unload_bpf_objects();
|
||||||
|
#endif // defined(ENABLE_HTTP3) && defined(HAVE_LIBBPF)
|
||||||
|
|
||||||
drop_privileges(
|
drop_privileges(
|
||||||
#ifdef HAVE_NEVERBLEED
|
#ifdef HAVE_NEVERBLEED
|
||||||
|
|
Loading…
Reference in New Issue