nginx-0.0.7-2004-07-05-23:53:02 import

This commit is contained in:
Igor Sysoev 2004-07-05 19:53:02 +00:00
parent f1be53b48a
commit 40e877165a

View File

@ -369,7 +369,7 @@ static ngx_int_t ngx_kqueue_process_events(ngx_cycle_t *cycle)
for ( ;; ) {
timer = ngx_event_find_timer();
#if (NGX_THREADS)
#if (NGX_THREADS0)
if (timer == NGX_TIMER_ERROR) {
return NGX_ERROR;
}