]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: list: fixing typo in MT_LIST_LOCK_ELT
authorAurelien DARRAGON <adarragon@haproxy.com>
Thu, 20 Oct 2022 07:19:30 +0000 (09:19 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 21 Oct 2022 14:26:27 +0000 (16:26 +0200)
commitbcaa401646a063a82f5df514e8595a8f50e58a5c
tree27e01199353e55819667b21548a9d48abf41893f
parent1344ebd74e1c86c1362cb659e412bae89c7d4ddf
MINOR: list: fixing typo in MT_LIST_LOCK_ELT

A minor typo was made in MT_LIST_LOCK_ELT, preventing
haproxy from compiling if MT_LIST_LOCK_ELT is
used in the code.

Today, the macro is unused, and that's the reason why
the typo has remained unnoticed for such a long time.

Fixing it so it can be used in upcoming developments.

No backport required.
include/haproxy/list.h