On Mon, Apr 11, 2022 at 04:43:33PM +0200, Claudio Jeker wrote:
> rpki-client starts a few processes and it can do this a bit more elegant
> by factoring the common code out into process_start(). This makes the code
> in main a fair bit shorter.
>
> I decided to move all pledge calles into the indi
rpki-client starts a few processes and it can do this a bit more elegant
by factoring the common code out into process_start(). This makes the code
in main a fair bit shorter.
I decided to move all pledge calles into the individual processes. In my
opinion there is little benefit in keeping them i