Browse Source

Shutdown fix

pull/2/head
Adam Ierymenko 7 years ago
parent
commit
f8f2432ece
No known key found for this signature in database
GPG Key ID: 1657198823E52A61
  1. 2
      controller/DBMirrorSet.cpp

2
controller/DBMirrorSet.cpp

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

Loading…
Cancel
Save