# HG changeset patch # User Igor Sysoev # Date 1263208906 0 # Node ID bb79608169eb96eca08e4a51dba712be44d97511 # Parent 71193a456616c4ac4cc930fa27072fa5e7b9424b named captures worked for two names only diff --git a/src/http/ngx_http_variables.c b/src/http/ngx_http_variables.c --- a/src/http/ngx_http_variables.c +++ b/src/http/ngx_http_variables.c @@ -1743,7 +1743,7 @@ ngx_http_regex_compile(ngx_conf_t *cf, n v->get_handler = ngx_http_variable_not_found; - p += i + size; + p += size; } return re;