]> git.ipfire.org Git - thirdparty/systemd.git/commit
core: add forgotten return in error path
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 26 May 2020 14:07:30 +0000 (16:07 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 27 May 2020 07:02:53 +0000 (09:02 +0200)
commit1414090854829003c0d234042b218a3bd6f1cb0f
tree8064f2a0fc39f26a6dd0b9edcb6c9726d3da145b
parent3035a7c577dbacbe2c0c50a732fef274b1abbeb5
core: add forgotten return in error path

If we get an error here, this is most likely oom, and we should not continue.
src/core/load-fragment.c