]> git.kaiwu.me - nginx.git/commitdiff
style fix
authorIgor Sysoev <igor@sysoev.ru>
Fri, 24 Apr 2009 19:58:19 +0000 (19:58 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Fri, 24 Apr 2009 19:58:19 +0000 (19:58 +0000)
src/http/ngx_http_upstream.h

index 8f30b6e3132ce8ad5e3b6a677e2fad0ebdaf3868..748e06444dd8d47abd51cb8440f7516d7509322c 100644 (file)
@@ -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;