diff --git a/src/unix/threadpool.c b/src/unix/threadpool.c index ab2f59c3..9f56229c 100644 --- a/src/unix/threadpool.c +++ b/src/unix/threadpool.c @@ -26,7 +26,7 @@ static uv_cond_t cond; static uv_mutex_t mutex; static uv_thread_t threads[4]; static ngx_queue_t exit_message; -static ngx_queue_t wq = { &wq, &wq }; +static ngx_queue_t wq; static volatile int initialized;