systemctl: don't assert on the arguments array unnecessarily
authorLennart Poettering <lennart@poettering.net>
Tue, 29 Sep 2015 11:38:36 +0000 (13:38 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 29 Sep 2015 19:55:53 +0000 (21:55 +0200)
commit4057e12315ae4ce2325b68c0b65cf23ccbe4de55
treef2c44edace7617c6a5f80d8022643920be259570
parent14b316ebf81fd21adade2fa6d2f48cc421dc5d95
systemctl: don't assert on the arguments array unnecessarily

In most verbs it's fine to treat the arguments array being NULL is empty
array, hence do so.
src/systemctl/systemctl.c