commit | 2e7fdfc9a10590fe4cd1b20b8046d8250664f14a | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Nov 25 19:43:31 2019 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Nov 25 19:47:22 2019 +0100 |
tree | 76da92031c7ba93fbd650b3d9b04e965c932ebe3 | |
parent | 1a3af7830202323c0ef306e4a3a57f21ac24a09b [diff] |
BUG/MEDIUM: trace: fix a typo causing an incorrect startup error Since commit 88ebd40 ("MINOR: trace: add allocation of buffer-sized trace buffers") we have a trace buffer allocated at boot time. But there was a copy-paste error there making the test verify that the trash was allocated instead of the trace buffer. The result is that depending on the link order either the test will succeed or fail, preventing haproxy from starting at all. No backport is needed.