]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: acme: creating an account should not end the task
authorWilliam Lallemand <wlallemand@haproxy.com>
Tue, 29 Apr 2025 12:09:46 +0000 (14:09 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Tue, 29 Apr 2025 12:18:05 +0000 (14:18 +0200)
commit62dfe1fc8711bcd486b18c3cd001d4ebdecb53c8
tree6718b01160932841ecd3688caf9807b65f68f7c4
parent2cdb3cb91e229a23d976fea3268b85a42427b20c
BUG/MINOR: acme: creating an account should not end the task

The account creation was mistakenly ending the task instead of being
wakeup for the NewOrder state, it was preventing the creation of the
certificate, however the account was correctly created.

To fix this, only the jump to the end label need to be remove, the
standard leaving codepath of the function will allow to be wakeup.

No backport needed.
src/acme.c