| commit | 4c1b0770ca0944cbb81493333719284ea7d20b4b | [log] [tgz] |
|---|---|---|
| author | Igor Sysoev <igor@sysoev.ru> | Fri Jun 18 15:15:20 2010 +0000 |
| committer | Igor Sysoev <igor@sysoev.ru> | Fri Jun 18 15:15:20 2010 +0000 |
| tree | 4564bdce609fd955c32bc02aa3989d0a0c5de66b | |
| parent | 01213e18a7a60d8e8baac41f0b1481ac8d6bfd43 [diff] [blame] |
return code text
diff --git a/src/http/ngx_http_script.h b/src/http/ngx_http_script.h index 90a4e1a..f7943d3 100644 --- a/src/http/ngx_http_script.h +++ b/src/http/ngx_http_script.h
@@ -159,7 +159,7 @@ 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;