]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/systemctl/systemctl.c
systemctl: rework error paths in unit_file_create_new()
authorLennart Poettering <lennart@poettering.net>
Tue, 27 Nov 2018 16:07:32 +0000 (17:07 +0100)
committerLennart Poettering <lennart@poettering.net>
Thu, 29 Nov 2018 10:25:32 +0000 (11:25 +0100)
commit919d27208525551298b7536bcf9cc9a99614f70a
tree3de8f099b0deb4d84d1b4d62012a9156861709d6
parentb03677e2da759c1f99aedb7766bf086c484b33ab
systemctl: rework error paths in unit_file_create_new()

Let's use _cleanup_ to clean up stuff for us.
src/systemctl/systemctl.c