diff src/http/ngx_http_script.h @ 3633:187783310b65

return code text
author Igor Sysoev <igor@sysoev.ru>
date Fri, 18 Jun 2010 15:15:20 +0000
parents 42c16d8bddbe
children 55f95e91daed
line wrap: on
line diff
--- 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;