]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: server: Constify source server to copy its settings
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 3 Aug 2022 09:21:14 +0000 (11:21 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 3 Aug 2022 09:28:23 +0000 (11:28 +0200)
commit0b365e3cb5e1b3b2483c08c125b7a784efa86f0f
tree0f5b8e861ec6c6ef102beb615e72c0776998b152
parentbc6b23813fd2b0cf08ee9051f00ed9986ed1036e
MINOR: server: Constify source server to copy its settings

The source server used to initialize a new server, in srv_settings_cpy() and
sub-functions, is now a constant.

This patch is mandatory to fix a bug.
src/server.c