commit | cc5cd5b8d8b83aea3a02ce97c281f5b8f36e078c | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Jan 28 09:48:12 2022 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Jan 28 19:04:02 2022 +0100 |
tree | f674289559fdb65f1e4256ddfe64543fbab10348 | |
parent | f3d5c4b032274e4b5e1879a616e93890043349f6 [diff] |
BUILD: task: use list_to_mt_list() instead of casting list to mt_list 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.