diff options
author | Maxim Dounin <mdounin@mdounin.ru> | 2017-08-10 22:21:20 +0300 |
---|---|---|
committer | Maxim Dounin <mdounin@mdounin.ru> | 2017-08-10 22:21:20 +0300 |
commit | 0f841fcdee784ac3ddbc9a4372114e8847b0a5e0 (patch) | |
tree | 039e604af9a1c4323653880ef980b1b4e4102918 /src/http/modules/ngx_http_scgi_module.c | |
parent | b986b4314bb4f8fdcbcfe93c89a659d3d18691bc (diff) | |
download | nginx-0f841fcdee784ac3ddbc9a4372114e8847b0a5e0.tar.gz nginx-0f841fcdee784ac3ddbc9a4372114e8847b0a5e0.zip |
Style.
Diffstat (limited to 'src/http/modules/ngx_http_scgi_module.c')
-rw-r--r-- | src/http/modules/ngx_http_scgi_module.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/modules/ngx_http_scgi_module.c b/src/http/modules/ngx_http_scgi_module.c index 9204af47f..3fb227b28 100644 --- a/src/http/modules/ngx_http_scgi_module.c +++ b/src/http/modules/ngx_http_scgi_module.c @@ -819,7 +819,7 @@ ngx_http_scgi_create_request(ngx_http_request_t *r) key = e.pos; #endif code = *(ngx_http_script_code_pt *) e.ip; - code((ngx_http_script_engine_t *) & e); + code((ngx_http_script_engine_t *) &e); #if (NGX_DEBUG) val = e.pos; |