]> git.ipfire.org Git - thirdparty/systemd.git/commit
systemctl: rework unit_find_template_path() to follow coding style
authorLennart Poettering <lennart@poettering.net>
Tue, 27 Nov 2018 16:06:03 +0000 (17:06 +0100)
committerLennart Poettering <lennart@poettering.net>
Thu, 29 Nov 2018 10:25:32 +0000 (11:25 +0100)
commitb03677e2da759c1f99aedb7766bf086c484b33ab
tree3814abc6398221551f6f61213b7fac2f7c9dc958
parentf67cb270606c46b3d5700dbea9cde2bc8ff0df63
systemctl: rework unit_find_template_path() to follow coding style

This makes sure that we don't clobber return values on failure and reset
all return values on success.
src/systemctl/systemctl.c