mirror of https://github.com/EdgeVPNio/evio.git
Shutdown fix
parent
721eda9cbc
commit
91ac4abd7e
|
@ -113,6 +113,6 @@ ControlListener::Run()
|
||||||
void
|
void
|
||||||
ControlListener::Quit()
|
ControlListener::Quit()
|
||||||
{
|
{
|
||||||
ctrl_thread_->Stop();
|
ctrl_thread_->Quit();
|
||||||
}
|
}
|
||||||
} // namespace tincan
|
} // namespace tincan
|
||||||
|
|
Loading…
Reference in New Issue