mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-05 20:13:44 +02:00
warning removal
This commit is contained in:
parent
ecd09946e6
commit
1e59d92df3
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ void Membership::pushCredentials(const RuntimeEnvironment *RR,void *tPtr,const i
|
|||
outp->wI64(outl,0); // four zero 16-bit integers
|
||||
}
|
||||
|
||||
if (outl > sizeof(Protocol::Header)) {
|
||||
if (outl > (int)sizeof(Protocol::Header)) {
|
||||
outl = Protocol::compress(outp,outl);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue