mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
exclude SSU1 introducers
This commit is contained in:
parent
8447822c35
commit
7bcc905f05
2 changed files with 2 additions and 2 deletions
|
@ -125,7 +125,7 @@ namespace data
|
|||
|
||||
struct Introducer
|
||||
{
|
||||
Introducer (): iTag (0), iExp (0) {};
|
||||
Introducer (): iTag (0), iExp (0) { iH.Fill(0); };
|
||||
IdentHash iH;
|
||||
uint32_t iTag;
|
||||
uint32_t iExp;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue