]> git.kaiwu.me - haproxy.git/commit
CLEANUP: mark defproxy as const on parse tune.fail-alloc
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 22 Mar 2021 10:21:36 +0000 (11:21 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 22 Mar 2021 10:50:31 +0000 (11:50 +0100)
commit3b1c9a39fd8fd23e0a5353770aeac19d548411ab
tree9ed3e93003800eadc42b629de159c898a0c8a950
parent19d14710e941a366afd5b4ff8720090c011c83c1
CLEANUP: mark defproxy as const on parse tune.fail-alloc

This fixes a gcc warning about a missing const on defproxy for
mem_parse_global_fail_alloc.

This is needed since the commit :

018251667e4c95478ce0026f4d700e0420f8ce24
CLEANUP: config: make the cfg_keyword parsers take a const for the
defproxy
src/pool.c