fix: do not check datasource_indexes_path twice

In storage_config.cpp the file paths are validated, but
datasource_indexes_path got validated twice and datasource_names_path
not at all.
This commit is contained in:
Moritz Seemann 2017-01-11 17:09:27 +01:00
parent 59ad7dddb2
commit bb0b03bbce

View File

@ -32,7 +32,7 @@ bool StorageConfig::IsValid() const
core_data_path,
geometries_path,
timestamp_path,
datasource_indexes_path,
datasource_names_path,
datasource_indexes_path,
names_data_path,
properties_path,