]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/BUILD: threads: unbreak build without threads
authorWilliam Lallemand <wlallemand@haproxy.com>
Sun, 24 Jun 2018 07:37:03 +0000 (09:37 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 26 Jun 2018 12:15:12 +0000 (14:15 +0200)
commit091d827e096ea97b95af99d3366bc0115d0a24a8
tree86d5731fb4a478de514e6b8509fc6c0abdeec48f
parentac1f3ed64b58bd178865c6f2cc8f6f306d9e1e15
BUG/BUILD: threads: unbreak build without threads

The build without threads was once again broken.

This issue was introduced in commit ba86c6c ("MINOR: threads: Be sure to
remove threads from all_threads_mask on exit").

This is exactly the same problem as last time it happened, because of
all_threads_mask not being defined with USE_THREAD=

This must be backported in 1.8
src/haproxy.c