mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-08 22:13:48 +01:00
commit
53affa3303
1 changed files with 1 additions and 1 deletions
|
@ -521,7 +521,7 @@ namespace garlic
|
||||||
buf += 3; // Certificate
|
buf += 3; // Certificate
|
||||||
if (buf - buf1 > (int)len)
|
if (buf - buf1 > (int)len)
|
||||||
{
|
{
|
||||||
LogPrint (eLogError, "Gralic clove is too long");
|
LogPrint (eLogError, "Garlic clove is too long");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue