mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-01-02 19:26:41 +00:00
Shutdown fix
This commit is contained in:
parent
55087521f6
commit
f8f2432ece
@ -79,6 +79,8 @@ DBMirrorSet::DBMirrorSet(DB::ChangeListener *listener) :
|
|||||||
|
|
||||||
DBMirrorSet::~DBMirrorSet()
|
DBMirrorSet::~DBMirrorSet()
|
||||||
{
|
{
|
||||||
|
_running = false;
|
||||||
|
_syncCheckerThread.join();
|
||||||
}
|
}
|
||||||
|
|
||||||
bool DBMirrorSet::hasNetwork(const uint64_t networkId) const
|
bool DBMirrorSet::hasNetwork(const uint64_t networkId) const
|
||||||
|
Loading…
Reference in New Issue
Block a user