]> git.ipfire.org Git - thirdparty/systemd.git/commit
core/manager: just return an error if we fail halfway 7356/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 15 Nov 2017 09:38:04 +0000 (10:38 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 15 Nov 2017 21:58:24 +0000 (22:58 +0100)
commit17f01ace62fb24cee8a06c0bee64dd0db9aac4e0
tree85274d8ddf3c3c4145e2a2ac3bda004842098f4f
parentd4c819ed2311a8334045f0d88924fc2e2f7dcc00
core/manager: just return an error if we fail halfway

We would continue, but still return an error at the end. This isn't useful
because we'd still error-out in main().

Also, add a missing error message when we fail to mkdir.
src/core/manager.c