]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: hlua: Fix two functions that return nothing useful
authorThierry Fournier <tfournier@arpalert.org>
Fri, 30 Sep 2022 08:40:39 +0000 (10:40 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 5 Apr 2023 06:58:16 +0000 (08:58 +0200)
commit599f2311a8893c7e19fef689ce30854720a9d0fe
treeaa9fc2f99def5937b71cb23a77b2322cfa55d621
parent87f52974ba9ae91479fb4ea01dee52ebc6536d1b
MINOR: hlua: Fix two functions that return nothing useful

Two lua init function seems to return something useful, but it
is not the case. The function "hlua_concat_init" seems to return
a failure status, but the function never fails. The function
"hlua_fcn_reg_core_fcn" seems to return a number of elements in
the stack, but it is not the case.
include/haproxy/hlua_fcn.h
src/hlua_fcn.c