]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/core/main.c
manager: fix handling of failure in initialization
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 22 Jan 2017 06:35:33 +0000 (01:35 -0500)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 11 Feb 2017 23:21:06 +0000 (18:21 -0500)
commit58f88d929f2b46e9470eb468f4890c1d4e8f51b7
treea5d52c0fa3289ec91363fd0fee99b2c73ae3190f
parent3a7928957bc730d9b7edb5161e3f17060debdb63
manager: fix handling of failure in initialization

We would warn and continue after failure in manager_startup, but there's no
way we can continue. We must fail.
src/core/main.c