don't error on multiple setup_parser()

This commit is contained in:
David Farrell
2016-07-17 11:25:03 -04:00
parent c05c54c9f6
commit a7a9708d2b

View File

@@ -233,7 +233,7 @@ bool geodb_module_setup(char *dir) {
return geodb_load(dir == NULL ? LIBPOSTAL_GEODB_DIR : dir);
}
return false;
return true;
}