This repository was archived by the owner on Jun 1, 2023. It is now read-only.
release-2.1.4
fixes bug#26279139
The options:
--conf-base-port
--bind-address
get first read/checked in ::file_options() which is pretty late
in the bootstrap process.
Moving the option-check for these functions up to ::init() makes
sure we fail early, way before any connection is done to the
bootstrap servers.
(cherry picked from commit d869ffd312bedcbff9b95c6b609748276768e754)