Complain about config parsing errors even when it is the default
config file.
We may also want to fail instead of continuing, but that is a separate
issue.
Signed-off-by: Sage Weil <sage@inktank.com>
g_lockdep = cct->_conf->lockdep;
// Now we're ready to complain about config file parse errors
- if (conf_file_list.length()) {
- complain_about_parse_errors(cct, &parse_errors);
- }
+ complain_about_parse_errors(cct, &parse_errors);
// signal stuff
int siglist[] = { SIGPIPE, 0 };