aboutsummaryrefslogtreecommitdiff
path: root/src/http/modules/ngx_http_uwsgi_module.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2010-06-15 15:30:00 +0000
committerIgor Sysoev <igor@sysoev.ru>2010-06-15 15:30:00 +0000
commit0f6ae5906d99f19598f98533e7ac6a942433cdc1 (patch)
treeb6c24514ed1642dd3972f9b897ce16932028af76 /src/http/modules/ngx_http_uwsgi_module.c
parent2515f8efe9b1bf732c803a602e28ba94b5cabde8 (diff)
downloadnginx-0f6ae5906d99f19598f98533e7ac6a942433cdc1.tar.gz
nginx-0f6ae5906d99f19598f98533e7ac6a942433cdc1.zip
style fix
Diffstat (limited to 'src/http/modules/ngx_http_uwsgi_module.c')
-rw-r--r--src/http/modules/ngx_http_uwsgi_module.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/modules/ngx_http_uwsgi_module.c b/src/http/modules/ngx_http_uwsgi_module.c
index d949826a6..6597ee289 100644
--- a/src/http/modules/ngx_http_uwsgi_module.c
+++ b/src/http/modules/ngx_http_uwsgi_module.c
@@ -857,8 +857,8 @@ ngx_http_uwsgi_process_status_line(ngx_http_request_t *r)
{
size_t len;
ngx_int_t rc;
- ngx_http_upstream_t *u;
ngx_http_status_t *status;
+ ngx_http_upstream_t *u;
status = ngx_http_get_module_ctx(r, ngx_http_uwsgi_module);