This commit is contained in:
Jean-Francois Dockes 2011-03-02 19:50:34 +01:00
parent 50bf7eb4e7
commit 25f6a75315

View File

@ -183,7 +183,6 @@ RclConfig::RclConfig(const string *argcnf)
bool RclConfig::updateMainConfig()
{
LOGDEB(("RclConfig::updateMainConfig\n"));
ConfStack<ConfTree> *newconf =
new ConfStack<ConfTree>("recoll.conf", m_cdirs, true);
if (newconf == 0 || !newconf->ok()) {