commit | b0769b2ed668119e024e2fbda79eef46ece8511a | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Feb 07 13:40:33 2019 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Feb 07 15:08:13 2019 +0100 |
tree | e58f5dd32d25bd5db4e612b4afe26a17bbed3a8b | |
parent | b784b35ce88842c3b7630085775fdd6e5f858bc8 [diff] |
BUG/MEDIUM: spoe: initialization depending on nbthread must be done last The agent used to be configured depending on global.nbthread while nbthread may be set after the agent is parsed. Let's move this part to the spoe_check() function to make sure nbthread is always correct and arrays are appropriately sized. This fix must be backported to 1.9 and 1.8.