mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-17 06:26:37 +02:00
fixed typo
This commit is contained in:
parent
870e84a700
commit
5eee430be3
1 changed files with 1 additions and 1 deletions
|
@ -520,7 +520,7 @@ namespace data
|
|||
for (auto it: m_Addresses) // don't insert same address twice
|
||||
if (it == addr) return;
|
||||
m_Addresses.push_back(addr);
|
||||
m_SupportedTransports |= addr.host.is_v6 () ? eNTCPV6 : eSSUV4;
|
||||
m_SupportedTransports |= addr.host.is_v6 () ? eSSUV6 : eSSUV4;
|
||||
m_Caps |= eSSUTesting;
|
||||
m_Caps |= eSSUIntroducer;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue