mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-03-11 10:01:13 +01:00
There were a few casts of list* to mt_list* that were upsetting some old compilers (not sure about the effect on others). We had created list_to_mt_list() purposely for this, let's use it instead of applying this cast.