]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: acme: does not try to unlock after a failed trylock
authorWilliam Lallemand <wlallemand@haproxy.com>
Tue, 29 Apr 2025 09:29:52 +0000 (11:29 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Tue, 29 Apr 2025 09:29:52 +0000 (11:29 +0200)
commit2f7f65e159439a418ee842f3fdff32108df29bbb
tree5be061aaff967b5c95217c4c253b888442506689
parent1cd0b35896deb5f70ba18d4d09ea9ccc7061b8ff
BUG/MINOR: acme: does not try to unlock after a failed trylock

Return after a failed trylock in acme_update_certificate() instead of
jumping to the error label which does an unlock.
src/acme.c