BUG/MINOR: displayed PCRE version is running release
authorLukas Tribus <luky-37@hotmail.com>
Mon, 12 Sep 2016 21:42:00 +0000 (21:42 +0000)
committerWilly Tarreau <w@1wt.eu>
Tue, 13 Sep 2016 05:55:46 +0000 (07:55 +0200)
commitd64788d9c610163756cac6c91220875e51cba3ef
treeccd540793bb0da978a14a37f7f550bc3c98b998e
parent83b0a1767812daddc2b61b897a3c681956257bcf
BUG/MINOR: displayed PCRE version is running release

pcre_version() returns the running PCRE release, not the release
haproxy was built with.

This simple string fix should be backported to supported releases,
as the output may be confusing.
src/haproxy.c