]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: proxy: add free_server_rules() helper function
authorAurelien DARRAGON <adarragon@haproxy.com>
Thu, 23 Nov 2023 15:27:45 +0000 (16:27 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 24 Nov 2023 15:27:55 +0000 (16:27 +0100)
commitf2629ebd4edc098b3cfd4254d23debef65f1fab1
tree84bdb0ea75eace4ae0610d6fc06493d80e23b434
parent481e9317e3ac277f32e6db2dbfdaec2d122a7f38
MINOR: proxy: add free_server_rules() helper function

Take the px->server_rules freeing part out of free_proxy() and make it
a dedicated helper function so that it becomes possible to use it from
anywhere.
include/haproxy/proxy.h
src/proxy.c