diff options
author | Igor Sysoev <igor@sysoev.ru> | 2009-04-24 19:58:19 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2009-04-24 19:58:19 +0000 |
commit | 43e1b88acb417cdeda612fbb7a7c2747303c7321 (patch) | |
tree | 4812425d061ca327c6f1107d0a891e69c6188493 /src | |
parent | 22380569de323d346788055c49b2112e2a51c102 (diff) | |
download | nginx-43e1b88acb417cdeda612fbb7a7c2747303c7321.tar.gz nginx-43e1b88acb417cdeda612fbb7a7c2747303c7321.zip |
style fix
Diffstat (limited to 'src')
-rw-r--r-- | src/http/ngx_http_upstream.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http_upstream.h b/src/http/ngx_http_upstream.h index 8f30b6e31..748e06444 100644 --- a/src/http/ngx_http_upstream.h +++ b/src/http/ngx_http_upstream.h @@ -162,7 +162,7 @@ typedef struct { #if (NGX_HTTP_SSL) ngx_ssl_t *ssl; - ngx_flag_t ssl_session_reuse; + ngx_flag_t ssl_session_reuse; #endif } ngx_http_upstream_conf_t; |