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>
config.local_ip = strdup("");
config.local_port = 0;
- idclass_register(&config_class);
-
- satip_server_boot();
-
/* Generate default */
if (!path) {
const char *homedir = getenv("HOME");
return;
}
+ idclass_register(&config_class);
+
+ satip_server_boot();
+
/* Configure settings routines */
hts_settings_init(path);