main: move initialize_join_controllers() invocation into load_configuration()
authorLennart Poettering <lennart@poettering.net>
Fri, 15 Dec 2017 15:48:07 +0000 (16:48 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 15 Dec 2017 19:52:28 +0000 (20:52 +0100)
commit6f101b566f35ae2d9c9529961d64b1ca9623989e
treeabef4e1d5887c8311ddda55864e709a1e1426bf2
parent51e5ff02a8238df78b077d924605b94088f5fe58
main: move initialize_join_controllers() invocation into load_configuration()

This just sets up some variables the loaded configuration will then
modify. Let's invoke it hence right before loading the configuration.

This moves the initialization just a tiny bit later, but that shouldn't
matter, since we never access it in-between.
src/core/main.c