summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_variables.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2005-08-19 08:54:17 +0000
committerIgor Sysoev <igor@sysoev.ru>2005-08-19 08:54:17 +0000
commit559814049f137c819308937d543a33432e0e2280 (patch)
treeb6169bb826ea100e22152dca9b85567839666037 /src/http/ngx_http_variables.h
parentf6c7d898a8115a411391a371ef8d70ff528fbdcc (diff)
downloadnginx-559814049f137c819308937d543a33432e0e2280.tar.gz
nginx-559814049f137c819308937d543a33432e0e2280.tar.bz2
nginx-0.1.41-RELEASE importrelease-0.1.41
*) Bugfix: if the variable was used in the configuration file, then it can not be used in SSI.
Diffstat (limited to 'src/http/ngx_http_variables.h')
-rw-r--r--src/http/ngx_http_variables.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http/ngx_http_variables.h b/src/http/ngx_http_variables.h
index d986c7d21..df0fc9efa 100644
--- a/src/http/ngx_http_variables.h
+++ b/src/http/ngx_http_variables.h
@@ -38,6 +38,7 @@ struct ngx_http_variable_s {
ngx_http_get_variable_pt handler;
uintptr_t data;
ngx_uint_t flags;
+ ngx_uint_t index;
};