diff options
Diffstat (limited to 'src/core/ngx_connection.c')
-rw-r--r-- | src/core/ngx_connection.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ngx_connection.c b/src/core/ngx_connection.c index d6c0bdadc..896b775c5 100644 --- a/src/core/ngx_connection.c +++ b/src/core/ngx_connection.c @@ -943,7 +943,7 @@ ngx_close_connection(ngx_connection_t *c) } } -#if (NGX_THREADS) +#if (NGX_OLD_THREADS) /* * we have to clean the connection information before the closing |