2
0
Adam Ierymenko 5 жил өмнө
parent
commit
1e59d92df3

+ 1 - 1
node/Membership.cpp

@@ -111,7 +111,7 @@ void Membership::pushCredentials(const RuntimeEnvironment *RR,void *tPtr,const i
 			outp->wI64(outl,0); // four zero 16-bit integers
 			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);
 			outl = Protocol::compress(outp,outl);
 		}
 		}
 	}
 	}