systemd/src/modules-load
Zbigniew Jędrzejewski-Szmek eb6cae1a40 modules-load: use RET_GATHER, update error handling
We would try to return the first error, but conf_files_list_nulstr()
failure would terminate the app immediately. So let's just return the
error from conf_files_list_nulstr(), and the first error encountered for
other failures after which we continue.
2023-07-13 11:40:15 +02:00
..
modules-load.c modules-load: use RET_GATHER, update error handling 2023-07-13 11:40:15 +02:00