mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-24 01:46:36 +02:00
fixed typo
This commit is contained in:
parent
de673464d1
commit
8b7941c4ce
1 changed files with 1 additions and 1 deletions
|
@ -639,7 +639,7 @@ namespace transport
|
||||||
{
|
{
|
||||||
// Non-confirmed router and a NTCP2 direct connection is presented
|
// Non-confirmed router and a NTCP2 direct connection is presented
|
||||||
compatibleTransports &= ~directTransports; // exclude SSU2 direct connections
|
compatibleTransports &= ~directTransports; // exclude SSU2 direct connections
|
||||||
directTransports &= (i2p::data::RouterInfo::eSSU2V4 | i2p::data::RouterInfo::eSSU2V6);
|
directTransports &= ~(i2p::data::RouterInfo::eSSU2V4 | i2p::data::RouterInfo::eSSU2V6);
|
||||||
}
|
}
|
||||||
for (auto transport: priority)
|
for (auto transport: priority)
|
||||||
if (transport & directTransports)
|
if (transport & directTransports)
|
||||||
|
|
Loading…
Add table
Reference in a new issue