BUG/MINOR: threads: fix the process range of thread masks
authorWilly Tarreau <w@1wt.eu>
Sat, 2 Feb 2019 12:18:01 +0000 (13:18 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 2 Feb 2019 12:18:01 +0000 (13:18 +0100)
commitbbcf2b9e0d17d83609ac529a21a258d2f2ea7bb8
tree6a3dcc8dd9250320a1c9dbe159b4c02c2b2df415
parent32211a17eb1f1a18d960ec2a451992a928aaaf95
BUG/MINOR: threads: fix the process range of thread masks

Commit 421f02e ("MINOR: threads: add a MAX_THREADS define instead of
LONGBITS") used a MAX_THREADS macros to fix threads limits. However,
one change was wrong as it affected the upper bound of the process
loop when setting threads masks. No backport is needed.
src/listener.c