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 6e09eb80a..4d1aa0d1b 100644 --- a/src/core/ngx_connection.c +++ b/src/core/ngx_connection.c @@ -514,7 +514,7 @@ ngx_configure_listening_sockets(ngx_cycle_t *cycle) } } -#if (NGX_HAVE_KEEPALIVE_TUNABLE) +#if (NGX_HAVE_KEEPALIVE_TUNABLE) if (ls[i].keepidle) { if (setsockopt(ls[i].fd, IPPROTO_TCP, TCP_KEEPIDLE, |