MINOR: mworker: remove the initialization loop over processes
authorWilly Tarreau <w@1wt.eu>
Tue, 15 Jun 2021 06:02:06 +0000 (08:02 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 15 Jun 2021 14:52:42 +0000 (16:52 +0200)
commit6185a0343bd74a8fb4321083fe709938bf756b11
treea0050259eb57105d89be2e030ec554d0913d9cef
parentd67ff340a55f01a7dc887b453a31a82614c07a17
MINOR: mworker: remove the initialization loop over processes

There was a loop used to prepare structures for all current processes.
Let's just assume there's a single iteration now.
src/haproxy.c