]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: init: remove useless assignment of nbthread
authorWilly Tarreau <w@1wt.eu>
Thu, 8 Dec 2022 07:13:20 +0000 (08:13 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 8 Dec 2022 07:14:35 +0000 (08:14 +0100)
commit57c3e75d4e367d75643ccf888b17ad645b14866e
tree4d3307c9f0792a3b30c1f9b9bb9e474b288e07d9
parent400b3ae2d59e6f64f0fe9c702786f67d7cb66810
CLEANUP: init: remove useless assignment of nbthread

The old test consisting in setting global.nbthread if lower than 1
is useless nowadays since it's already done in check_config_validity().
src/haproxy.c