Shutdown fix

This commit is contained in:
Adam Ierymenko 2019-08-08 17:22:20 -05:00
parent 55087521f6
commit f8f2432ece
No known key found for this signature in database
GPG Key ID: 1657198823E52A61

View File

@ -79,6 +79,8 @@ DBMirrorSet::DBMirrorSet(DB::ChangeListener *listener) :
DBMirrorSet::~DBMirrorSet()
{
_running = false;
_syncCheckerThread.join();
}
bool DBMirrorSet::hasNetwork(const uint64_t networkId) const