mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-10-09 06:45:08 +02:00
stray ` got in there
This commit is contained in:
parent
97d20a1155
commit
02908e5202
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ PubSubListener::PubSubListener(std::string controller_id, std::string project, s
|
||||||
_subscriberThread = std::thread(&PubSubListener::subscribe, this);
|
_subscriberThread = std::thread(&PubSubListener::subscribe, this);
|
||||||
}
|
}
|
||||||
|
|
||||||
PubSubListener::~PubSubListener()`
|
PubSubListener::~PubSubListener()
|
||||||
{
|
{
|
||||||
_run = false;
|
_run = false;
|
||||||
if (_subscriberThread.joinable()) {
|
if (_subscriberThread.joinable()) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue