BUG/MINOR: lua: Post init register function are not executed beyond the first one
authorThierry Fournier <thierry.fournier@ozon.io>
Sat, 28 Nov 2020 10:02:58 +0000 (11:02 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 14 Dec 2020 10:38:32 +0000 (11:38 +0100)
commit229e27a1013cfbe17d9c491652071cd38377a658
tree8894c661277e42d91d84dc8099aa4a42dc28f2b4
parentfcdf4de80f33f43be9d0d69190d48206ed4eacd4
BUG/MINOR: lua: Post init register function are not executed beyond the first one

Just because if the first init is a success we return success in place
of continuing the loop.

This patch could be backported until 1.8

(cherry picked from commit 13d08b73eb99741ca5903e8414b85a1d0b919594)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
(cherry picked from commit 5a964670d5c1bf45b7660afbfdd078f745fa0bf9)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
(cherry picked from commit 093c9ed1f3b9ba2efe5b1c9c90276357309dd2a6)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
src/hlua.c