commit | e4bc4a2940a0d39e1b07dd9e0f30b39dfd973e18 | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Mon Jan 11 11:21:46 2010 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Mon Jan 11 11:21:46 2010 +0000 |
tree | f38b78566c1e87dbe0dce53f0ee2a40040a4add9 | |
parent | 089b2fd31edf874975a2420eba141a9547f1d2f1 [diff] |
named captures worked for two names only
diff --git a/src/http/ngx_http_variables.c b/src/http/ngx_http_variables.c index 0231d67..150c4e2 100644 --- a/src/http/ngx_http_variables.c +++ b/src/http/ngx_http_variables.c
@@ -1743,7 +1743,7 @@ v->get_handler = ngx_http_variable_not_found; - p += i + size; + p += size; } return re;