]> git.ipfire.org Git - thirdparty/systemd.git/commit
systemctl: use saved_argv where we can
authorLennart Poettering <lennart@poettering.net>
Fri, 15 Mar 2019 09:47:19 +0000 (10:47 +0100)
committerLennart Poettering <lennart@poettering.net>
Thu, 21 Mar 2019 17:10:06 +0000 (18:10 +0100)
commitd86e4c979a45ffacf81dcc3c30e748ef0c491c63
tree222ec4be81c505bc8592027c632464ccf828dd9c
parent60ffa37a65a96c3af857a3dfc4a6fd47b20cc90e
systemctl: use saved_argv where we can

No need to have another variable where we keep the original argv[].
Let's juse reuse the one DEFINE_MAIN_FUNCTION() stores for us anyway.
src/systemctl/systemctl.c