mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-12 20:28:27 +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:
@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user