commit afc8f605e6be7e47151b1854508bbae037286845 from: Stefan Sperling date: Thu Mar 20 12:09:56 2025 UTC merge two subsequent if (proc_id == GOTD_PROC_GOTD) blocks. commit - bc746007fdbaeaef4fa096c7702ee3d92db1768c commit + afc8f605e6be7e47151b1854508bbae037286845 blob - ce6fcc6da872ff71bc715de4868d3a6d371bb768 blob + 8030e1d9e78ad1e744a42dc5e10d6fea257b3acb --- gotd/gotd.c +++ gotd/gotd.c @@ -2982,9 +2982,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;