]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/shared/bus-unit-util.c
bus-unit-util: propagate errors where it makes sense, don't make up EINVAL
authorLennart Poettering <lennart@poettering.net>
Fri, 27 Oct 2017 09:04:57 +0000 (11:04 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 17 Nov 2017 10:13:44 +0000 (11:13 +0100)
commit6bbfdc672bd69cbd712d6d532db76dbb3c227784
tree95477e76939d59b2838d3c7c5526cccee93e9972
parenta548e14d690133dd8cca2d5ab8082bb23259fd5f
bus-unit-util: propagate errors where it makes sense, don't make up EINVAL

This is not only more technically correct, but also shortens our code
quite a bit.
src/shared/bus-unit-util.c