MINOR: stktable: stktable_init() sets err_msg on error
authorAurelien DARRAGON <adarragon@haproxy.com>
Thu, 2 Nov 2023 17:34:51 +0000 (18:34 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 3 Nov 2023 16:30:30 +0000 (17:30 +0100)
commitb8c19f877a74ef46ebaaf75f2bc08ea65d353520
tree3430b1c1b7186ed8ac8b6ab92eddb8e5b1de8921
parentb6a9eca88d49226ddae87dd88aef83d389e5d62b
MINOR: stktable: stktable_init() sets err_msg on error

stktable_init() now sets err_msg when error occurs so that caller is able
to precisely report the cause of the failure.
include/haproxy/stick_table.h
src/cfgparse.c
src/stick_table.c