diff src/http/ngx_http_variables.c @ 3409:bb79608169eb

named captures worked for two names only
author Igor Sysoev <igor@sysoev.ru>
date Mon, 11 Jan 2010 11:21:46 +0000
parents fe08c14530e9
children 7a1958778351
line wrap: on
line diff
--- a/src/http/ngx_http_variables.c	Mon Jan 11 11:01:02 2010 +0000
+++ b/src/http/ngx_http_variables.c	Mon Jan 11 11:21:46 2010 +0000
@@ -1743,7 +1743,7 @@
 
         v->get_handler = ngx_http_variable_not_found;
 
-        p += i + size;
+        p += size;
     }
 
     return re;