summaryrefslogtreecommitdiff
path: root/src/map/map.c
diff options
context:
space:
mode:
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;
}