summaryrefslogtreecommitdiff
path: root/src/map/map.c
diff options
context:
space:
mode:
authorKenpachi Developer <Kenpachi.Developer@gmx.de>2020-05-10 23:29:47 +0200
committerKenpachi Developer <Kenpachi.Developer@gmx.de>2020-05-12 03:45:25 +0200
commite14e4c77614afa2cacab9b5042554702da4b04fa (patch)
treeb660880f41e2bcb2bf92923d691e2ec7ef5a8100 /src/map/map.c
parent41b883d4c27b21567eb2558b84ce80c43765b979 (diff)
downloadhercules-e14e4c77614afa2cacab9b5042554702da4b04fa.tar.gz
hercules-e14e4c77614afa2cacab9b5042554702da4b04fa.tar.bz2
hercules-e14e4c77614afa2cacab9b5042554702da4b04fa.tar.xz
hercules-e14e4c77614afa2cacab9b5042554702da4b04fa.zip
Read name of new map_reg_*_db tables from configuration file
Diffstat (limited to 'src/map/map.c')
-rw-r--r--src/map/map.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/map/map.c b/src/map/map.c
index f66f40dfc..d9be46bfb 100644
--- a/src/map/map.c
+++ b/src/map/map.c
@@ -4486,6 +4486,10 @@ static bool inter_config_read_database_names(const char *filename, const struct
ShowError("inter_config_read: inter_configuration/database_names/registry was not found in %s!\n", filename);
return false;
}
+
+ if (!mapreg->config_read_registry(filename, setting, imported))
+ retval = false;
+
return retval;
}