commit 841cedb75f273e076cacf79500e51e4748b8f876 from: Stefan Sperling via: Thomas Adam date: Fri Mar 21 13:22:47 2025 UTC merge two subsequent if (proc_id == GOTD_PROC_GOTD) blocks. commit - 5b15f42b17e137a40cb6b46a69f24a853e4aa35b commit + 841cedb75f273e076cacf79500e51e4748b8f876 blob - 0bfb5ee471382798b58ecab7b366430592006a16 blob + 05ef4dfeeabfc25a6b0672d91d6aba2a5c36c9a4 --- gotd/gotd.c +++ gotd/gotd.c @@ -3031,9 +3031,7 @@ main(int argc, char **argv) fatalx("failed to parse secrets file %s: %s", p, error->msg); } - } - if (proc_id == GOTD_PROC_GOTD) { if (gotd_parse_config(confpath, proc_id, secrets, &gotd) != 0) return 1;