diff options
author | Maxim Dounin <mdounin@mdounin.ru> | 2012-03-05 18:09:06 +0000 |
---|---|---|
committer | Maxim Dounin <mdounin@mdounin.ru> | 2012-03-05 18:09:06 +0000 |
commit | ee187436afcaaeef4bb8bcb65b3f5f815920761e (patch) | |
tree | e1f9418e9c5877b3e5cae26bb66682d548a0d959 /src/http/ngx_http_core_module.c | |
parent | 35e735523ebb1ea24b20f9099677b82a47c5d756 (diff) | |
download | nginx-ee187436afcaaeef4bb8bcb65b3f5f815920761e.tar.gz nginx-ee187436afcaaeef4bb8bcb65b3f5f815920761e.zip |
Whitespace fixes.
Diffstat (limited to 'src/http/ngx_http_core_module.c')
-rw-r--r-- | src/http/ngx_http_core_module.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/http/ngx_http_core_module.c b/src/http/ngx_http_core_module.c index 0dbe8b01d..7504a2c64 100644 --- a/src/http/ngx_http_core_module.c +++ b/src/http/ngx_http_core_module.c @@ -3970,7 +3970,7 @@ ngx_http_core_listen(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) } } - if (lsopt.tcp_keepidle == 0 && lsopt.tcp_keepintvl == 0 + if (lsopt.tcp_keepidle == 0 && lsopt.tcp_keepintvl == 0 && lsopt.tcp_keepcnt == 0) { goto invalid_so_keepalive; @@ -4629,7 +4629,7 @@ ngx_http_core_open_file_cache(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) if (max == 0) { ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, - "\"open_file_cache\" must have the \"max\" parameter"); + "\"open_file_cache\" must have the \"max\" parameter"); return NGX_CONF_ERROR; } |