mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-09 02:44:03 +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.