mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-12 16:12:46 +02:00
It was brought by commitc44b8de99("CLEANUP: connection: Use `VAR_ARRAY` in `struct tlv` definition") but breaks the build with clang. Actually it had already been done 6 months ago by commit4987a4744("CLEANUP: tree-wide: use VAR_ARRAY instead of [0] in various definitions") then reverted by commit441b6c31e("BUILD: connection: fix build on clang after the VAR_ARRAY cleanup") which explained the same thing but didn't place a comment in the code to justify this (in short it's just an end of struct marker).