mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-18 15:18:17 +00:00
I think this is the last one.
This commit is contained in:
@ -155,7 +155,7 @@ public:
|
||||
template<unsigned int C>
|
||||
inline unsigned int deserialize(const Buffer<C> &b,unsigned int startAt = 0)
|
||||
{
|
||||
memset(this,0,sizeof(Revocation));
|
||||
*this = Revocation();
|
||||
|
||||
unsigned int p = startAt;
|
||||
|
||||
|
Reference in New Issue
Block a user