mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 08:56:15 +09:00
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.