mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-12 20:28:27 +00:00
More mem*() stuff... sigh...
This commit is contained in:
@ -426,7 +426,7 @@ public:
|
||||
template<unsigned int C>
|
||||
inline unsigned int deserialize(const Buffer<C> &b,unsigned int startAt = 0)
|
||||
{
|
||||
memset(this,0,sizeof(Capability));
|
||||
*this = Capability();
|
||||
|
||||
unsigned int p = startAt;
|
||||
|
||||
|
Reference in New Issue
Block a user