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 08:20:17 +0000 (09:20 +0100)
commit5a964670d5c1bf45b7660afbfdd078f745fa0bf9
tree98c52f23ba3d5107d5bac6c5b51dbb3c09025785
parentad6e9c5e4f1d815dbac0861458c4f228ca2d4a01
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>
src/hlua.c