]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/systemctl/systemctl.c
systemctl: move shutdown cancelling code into its own function
authorLennart Poettering <lennart@poettering.net>
Thu, 24 Sep 2015 09:56:04 +0000 (11:56 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 29 Sep 2015 19:55:52 +0000 (21:55 +0200)
commit949d9ce954ab78f6d3922ad7a51cce20332129e0
tree45226f79a78b85f91e1f1efc896b6ce43606674c
parent4f16c1f479ac3d790933ca196075cba333bab387
systemctl: move shutdown cancelling code into its own function

Let's make sure the main switch statement only invokes functions, but
doesn't do anything real on its own.
src/systemctl/systemctl.c