]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: regex: Copy the original regex expression into string.
authorThierry FOURNIER <tfournier@exceliance.fr>
Fri, 6 Dec 2013 19:38:46 +0000 (20:38 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 12 Dec 2013 14:43:34 +0000 (15:43 +0100)
commit39e258fcee94f26fc29b732225decc418bfb930a
treeaaac2c3a86c5b698e3e4424180dd21551fe5d5fc
parent799c042daa5b70d064818247fd839c813a48dbbf
MINOR: regex: Copy the original regex expression into string.

This is useful for the debug or for search regex in maps.
include/common/regex.h
src/regex.c