]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: startup: init_early: remove obsolete comment
authorValentine Krasnobaeva <vkrasnobaeva@haproxy.com>
Thu, 21 Nov 2024 16:59:52 +0000 (17:59 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 21 Nov 2024 18:55:21 +0000 (19:55 +0100)
commit332839eb9d08a110950c17bc5af4322a44ece89c
treea8e0f18865049a6114e18a435192494644d8d946
parentaa88d6ee372c8a1c85f1ec29159c082f00ab4726
BUG/MINOR: startup: init_early: remove obsolete comment

This fixes the commit d6ccd1738bae
("MINOR: startup: set HAPROXY_LOCALPEER only once").

Comment "/* preset some environment variables */" is now useless here as
HAPROXY_LOCALPEER is set later during the initialization stage and only once.

This should not be backported, as related to the latest master-worker
refactoring.
src/haproxy.c