]> git.ipfire.org Git - thirdparty/tvheadend.git/commit
config: Deal with configuration before anything else
authorOlliver Schinagl <oliver@schinagl.nl>
Sat, 10 Jun 2023 13:26:08 +0000 (15:26 +0200)
committerFlole998 <Flole998@users.noreply.github.com>
Fri, 16 Jun 2023 11:11:41 +0000 (13:11 +0200)
commit04283a9a4ab81ed435f8ee0d36e271e6f51f8418
tree500bb764e928bbb517b1677938677f091df90e1a
parent4c1b4dbcee7fd5eeeec8bf27e5ff2d178ee8bfee
config: Deal with configuration before anything else

We should really be setting up our configuration storage before anything
else. Starting/registering other items before that seems a bit
out-of-order.

Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
src/config.c