]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: server: Export srv_settings_cpy() function
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 3 Aug 2022 09:28:08 +0000 (11:28 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 3 Aug 2022 09:28:52 +0000 (11:28 +0200)
commitb32cb9b5151d4b42ff92edd707d61960f8b3a536
tree7851845c7a85c40a135f07f33472e48933eaa1ca
parent0b365e3cb5e1b3b2483c08c125b7a784efa86f0f
REORG: server: Export srv_settings_cpy() function

This function will be used to init a proxy with settings of the default
proxy. It is mandatory to fix a bug. To do so, it must be exposed.
include/haproxy/server.h
src/server.c