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)
committerWilly Tarreau <w@1wt.eu>
Wed, 2 Dec 2020 08:45:18 +0000 (09:45 +0100)
commit13d08b73eb99741ca5903e8414b85a1d0b919594
tree71af27ce32423d28c97164b75b04ddc1b9f6775d
parent77a88943d6a0d7852c25a03541d60ccf44aa5c6d
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
src/hlua.c