]> git.pld-linux.org Git - packages/apache.git/blob - pcre8.30.patch
- don't process commented out entries
[packages/apache.git] / pcre8.30.patch
1 --- httpd-2.2.22/server/util_pcre.c.wiget       2012-03-29 08:50:30.426713350 +0200
2 +++ httpd-2.2.22/server/util_pcre.c     2012-03-29 08:52:34.946711295 +0200
3 @@ -137,7 +137,7 @@ preg->re_erroffset = erroffset;
4  
5  if (preg->re_pcre == NULL) return AP_REG_INVARG;
6  
7 -preg->re_nsub = pcre_info((const pcre *)preg->re_pcre, NULL, NULL);
8 +pcre_fullinfo((const pcre *)preg->re_pcre, NULL, PCRE_INFO_CAPTURECOUNT, &(preg->re_nsub));
9  return 0;
10  }
11  
This page took 0.021776 seconds and 3 git commands to generate.