]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/core/main.c
main: split out 'skip_setup' check into its own functions
authorLennart Poettering <lennart@poettering.net>
Fri, 15 Dec 2017 17:53:03 +0000 (18:53 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 15 Dec 2017 19:52:28 +0000 (20:52 +0100)
commitaa40ff070391e1a5eebafcec834a59973fbaac00
treed3cbb7ead601e7446633e69cdc75849dab341040
parentb9e90f3aa6af0ee5b59bbf249ec852d56e814c83
main: split out 'skip_setup' check into its own functions

And let's optimize it a tiny bit, by only iterating through the argument
list once, instead of twice.
src/core/main.c