mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-17 06:38:25 +00:00
Nope, more...
This commit is contained in:
@ -76,6 +76,7 @@ public:
|
|||||||
{
|
{
|
||||||
memset(_thingTypes,0,sizeof(_thingTypes));
|
memset(_thingTypes,0,sizeof(_thingTypes));
|
||||||
memset(_thingValues,0,sizeof(_thingValues));
|
memset(_thingValues,0,sizeof(_thingValues));
|
||||||
|
memset(_signature.data,0,sizeof(_signature.data));
|
||||||
}
|
}
|
||||||
|
|
||||||
CertificateOfOwnership(const uint64_t nwid,const int64_t ts,const Address &issuedTo,const uint32_t id) :
|
CertificateOfOwnership(const uint64_t nwid,const int64_t ts,const Address &issuedTo,const uint32_t id) :
|
||||||
@ -88,6 +89,7 @@ public:
|
|||||||
{
|
{
|
||||||
memset(_thingTypes,0,sizeof(_thingTypes));
|
memset(_thingTypes,0,sizeof(_thingTypes));
|
||||||
memset(_thingValues,0,sizeof(_thingValues));
|
memset(_thingValues,0,sizeof(_thingValues));
|
||||||
|
memset(_signature.data,0,sizeof(_signature.data));
|
||||||
}
|
}
|
||||||
|
|
||||||
inline uint64_t networkId() const { return _networkId; }
|
inline uint64_t networkId() const { return _networkId; }
|
||||||
|
@ -71,6 +71,7 @@ public:
|
|||||||
_networkId(0),
|
_networkId(0),
|
||||||
_ts(0)
|
_ts(0)
|
||||||
{
|
{
|
||||||
|
memset(_signature.data,0,sizeof(_signature.data));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user