tag/Config: use struct ConfigData

This commit is contained in:
Max Kellermann
2018-07-17 22:34:11 +02:00
parent 0209bc4ba7
commit 24a86dce21
4 changed files with 8 additions and 6 deletions

View File

@@ -500,7 +500,7 @@ try {
glue_daemonize_init(&options);
#endif
TagLoadConfig();
TagLoadConfig(GetGlobalConfig());
log_init(options.verbose, options.log_stderr);