mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-21 05:53:09 +00:00
Config object was never even being initialized on leave. Never noticed since desktop and server clients did not use.
This commit is contained in:
parent
fb71a6e2b4
commit
f9a9c2d009
@ -327,6 +327,7 @@ ZT_ResultCode Node::leave(uint64_t nwid,void **uptr,void *tptr)
|
||||
} else {
|
||||
if (uptr)
|
||||
*uptr = *n->second->userPtr();
|
||||
n->second->externalConfig(&ctmp);
|
||||
n->second->destroy();
|
||||
nUserPtr = n->second->userPtr();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user