core: move arg_show_status fix-up into load_configuration()
authorLennart Poettering <lennart@poettering.net>
Fri, 15 Dec 2017 16:16:24 +0000 (17:16 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 15 Dec 2017 19:52:28 +0000 (20:52 +0100)
commitdb33214b528af9d04d552444dc96e8ccc7f03ddd
tree6b6e98018472d45825f0a4818611eae8a24a4760
parent2e51b31caf683409cfa953f5bbefcc72d9ffb016
core: move arg_show_status fix-up into load_configuration()

It's part of finalizing our runtime parameters, hence let's move this
into load_configuration() after we loaded everything else. This is safe,
since we don't use it between the location where it was and where we
place it now yet.
src/core/main.c