BUG/MINOR: lua: Fix bitwise logic for hlua_server_check_* functions.
authorAdis Nezirovic <anezirovic@haproxy.com>
Wed, 26 Jul 2017 07:19:06 +0000 (09:19 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 28 Jul 2017 13:24:57 +0000 (15:24 +0200)
commitceee9338625a81811e8475fdca74511f9ae2e654
tree04e3d9ac4ec527a8798a49599ccc877ff2a59394
parent174dfe55a01bca1206d4107bddc2145a3bd2b594
BUG/MINOR: lua: Fix bitwise logic for hlua_server_check_* functions.

The logical operations were inverted so enable/disable operations did
the opposite.

The bug is present since 1.7 so the fix should be backported there.
src/hlua_fcn.c