Switch to unified view
a/src/common/rclconfig.cpp | b/src/common/rclconfig.cpp | ||
---|---|---|---|
... |
... |
||
181 | return; |
181 | return; |
182 | } |
182 | } |
183 | 183 | ||
184 | bool RclConfig::updateMainConfig() |
184 | bool RclConfig::updateMainConfig() |
185 | { |
185 | { |
186 | LOGDEB(("RclConfig::updateMainConfig\n")); |
||
187 | ConfStack<ConfTree> *newconf = |
186 | ConfStack<ConfTree> *newconf = |
188 | new ConfStack<ConfTree>("recoll.conf", m_cdirs, true); |
187 | new ConfStack<ConfTree>("recoll.conf", m_cdirs, true); |
189 | if (newconf == 0 || !newconf->ok()) { |
188 | if (newconf == 0 || !newconf->ok()) { |
190 | if (m_conf) |
189 | if (m_conf) |
191 | return false; |
190 | return false; |