From: Igor Sysoev Date: Mon, 11 Jan 2010 11:21:46 +0000 (+0000) Subject: named captures worked for two names only X-Git-Tag: release-0.8.32~3 X-Git-Url: http://git.kaiwu.me/postgresql/log/contrib/postgres_fdw/static/gitweb.js?a=commitdiff_plain;h=e4bc4a2940a0d39e1b07dd9e0f30b39dfd973e18;p=nginx.git named captures worked for two names only --- diff --git a/src/http/ngx_http_variables.c b/src/http/ngx_http_variables.c index 0231d6727..150c4e2be 100644 --- 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, ngx_regex_compile_t *rc) v->get_handler = ngx_http_variable_not_found; - p += i + size; + p += size; } return re;