]> git.ipfire.org Git - thirdparty/systemd.git/commit
pid1: fold load_configuration() into main()
authorFranck Bui <fbui@suse.com>
Mon, 27 Apr 2020 06:36:47 +0000 (08:36 +0200)
committerFranck Bui <fbui@suse.com>
Tue, 19 May 2020 13:48:54 +0000 (15:48 +0200)
commitffe5c01eaaf4fd7acda2553e76ab42518c215312
treed8caf1243eec947cb7be5d7a67a98c83bb584f8b
parent986935cf6adccf47f5a8a543885fb1d36f5dfb61
pid1: fold load_configuration() into main()

That's reduce the number of functions dealing with configuration
parsing/loading and should make the code simpler especially since this function
was used only once.

No functional change.
src/core/main.c