mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-04-21 22:31:11 +02:00
This function has no business being inlined in stick_table.h since it's only used at boot time by the config parser. In addition it causes an undesired dependency on tools.h because it uses parse_time_err(). Let's move it to stick_table.c.