commit | 09af0d6d4353b9045b9ddb893b21c45f4b92ca21 | [log] [tgz] |
---|---|---|
author | Thierry FOURNIER <tfournier@exceliance.fr> | Wed Jun 18 11:35:54 2014 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Jun 18 15:07:57 2014 +0200 |
tree | 775682f8822374e0efdf0f0f23eeac11d19fadd7 | |
parent | b8f980cc196b287de6f719deaca3cdc81a616136 [diff] |
MEDIUM: regex: replace all standard regex function by own functions This patch remove all references of standard regex in haproxy. The last remaining references are only in the regex.[ch] files. In the file src/checks.c, the original function uses a "pmatch" array. In fact this array is unused. This patch remove it.