fixed typo that would prevent stopfile use
This commit is contained in:
parent
d0a8a37298
commit
7cb1060893
@ -521,7 +521,7 @@ bool Db::open(OpenMode mode, bool keep_updated)
|
|||||||
if (!close())
|
if (!close())
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
if (m_config->getStopfile().empty())
|
if (!m_config->getStopfile().empty())
|
||||||
m_stops.setFile(m_config->getStopfile());
|
m_stops.setFile(m_config->getStopfile());
|
||||||
string dir = m_config->getDbDir();
|
string dir = m_config->getDbDir();
|
||||||
string ermsg;
|
string ermsg;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user