]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: applet: always use task_new_on() on applet creation
authorWilly Tarreau <w@1wt.eu>
Wed, 15 Jun 2022 14:40:58 +0000 (16:40 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 1 Jul 2022 17:15:14 +0000 (19:15 +0200)
commit3b7a19c2a65abe3f3461da7e57a55eee29d75e7a
tree9cec87cee2972bf9b066968d8319cf6314a7629f
parent1f4bf7215af9a50ebebe86a940c367825045cd21
MINOR: applet: always use task_new_on() on applet creation

Now that task_new_on() supports negative numbers, there's no need for
checking the thread value nor falling back to task_new_anywhere().
src/applet.c