]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: lua: type error in the arguments wrapper
authorThierry FOURNIER <tfournier@arpalert.org>
Mon, 6 Jul 2015 22:41:29 +0000 (00:41 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 10 Jul 2015 14:29:31 +0000 (16:29 +0200)
commit29176f3ebb83effa48946801c89781199d312829
tree8afc03dd34d3443ddbfc7159843e247ef72d164a
parent732eac41f4a8b2b81db5152c633a504e5de37b6f
BUG/MINOR: lua: type error in the arguments wrapper

The expected arguments time and size are returned as int. This patch
fix this bug and returns the expected type.
src/hlua.c