aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_script.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2010-06-18 15:15:20 +0000
committerIgor Sysoev <igor@sysoev.ru>2010-06-18 15:15:20 +0000
commit4c1b0770ca0944cbb81493333719284ea7d20b4b (patch)
tree4564bdce609fd955c32bc02aa3989d0a0c5de66b /src/http/ngx_http_script.h
parent01213e18a7a60d8e8baac41f0b1481ac8d6bfd43 (diff)
downloadnginx-4c1b0770ca0944cbb81493333719284ea7d20b4b.tar.gz
nginx-4c1b0770ca0944cbb81493333719284ea7d20b4b.zip
return code text
Diffstat (limited to 'src/http/ngx_http_script.h')
-rw-r--r--src/http/ngx_http_script.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http_script.h b/src/http/ngx_http_script.h
index 90a4e1a06..f7943d37c 100644
--- a/src/http/ngx_http_script.h
+++ b/src/http/ngx_http_script.h
@@ -159,7 +159,7 @@ typedef struct {
typedef struct {
ngx_http_script_code_pt code;
uintptr_t status;
- uintptr_t null;
+ ngx_http_complex_value_t text;
} ngx_http_script_return_code_t;