main: let's move ACTION_RUN test into initialize_runtime()
authorLennart Poettering <lennart@poettering.net>
Fri, 15 Dec 2017 16:52:33 +0000 (17:52 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 15 Dec 2017 19:52:28 +0000 (20:52 +0100)
commit2d77603838b9dd86e6f8119c53df319a8606cf41
treec24ef7b0f484b98da9a42bbd6cc40575afb1e00a
parent713a88757aec3a90f9b4bd67565aa42986400ebf
main: let's move ACTION_RUN test into initialize_runtime()

Let's hide this check inside the function and make it easier to follow
the general control flow of main().
src/core/main.c