]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: listener/config: make "thread" always support up to LONGBITS
authorWilly Tarreau <w@1wt.eu>
Fri, 15 Jul 2022 15:18:23 +0000 (17:18 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 15 Jul 2022 17:41:26 +0000 (19:41 +0200)
commit740038c8b98bbf100a551f41fdd40817b99ce879
treef4eb2f268a287fd9e44a672c6567af3efb8fc429
parentacd644197f4e4baa5fde55a66c2adb49fff46c88
MINOR: listener/config: make "thread" always support up to LONGBITS

The difference is subtle but in one place there was MAXTHREADS and this
will not work anymore once it goes over 64.
src/listener.c