]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: config: check-send-proxy was ignored if SSL was not builtin
authorWilly Tarreau <w@1wt.eu>
Wed, 10 Oct 2012 21:01:14 +0000 (23:01 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 10 Oct 2012 21:01:14 +0000 (23:01 +0200)
commit7151633945a9b22a36ecee281bd8020b389a52f8
treed78b99467a553bd0ba36ffe66c7857dba31d069a
parentdff5543618591161c82e3bd290e8903300336319
BUG/MEDIUM: config: check-send-proxy was ignored if SSL was not builtin

Improper insertion within #if/#endif SSL causes the check-send-proxy state
not to be automatically enabled if SSL is disabled at build time.
src/cfgparse.c