mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-23 17:36:37 +02:00
fix incorrect merge conflict resolve
This commit is contained in:
parent
7646147ed2
commit
8fcab7b0c1
1 changed files with 0 additions and 4 deletions
|
@ -363,11 +363,7 @@ namespace data
|
||||||
if (!s) return;
|
if (!s) return;
|
||||||
}
|
}
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
if ((address->s[31] & 0x80) || !i2p::data::CheckStaticKey(address->s, GetIdentHash()))
|
if ((address->s[31] & 0x80) || !i2p::data::CheckStaticKey(address->s, GetIdentHash()))
|
||||||
=======
|
|
||||||
if (!i2p::data::CheckStaticKey(address->s, GetIdentHash()))
|
|
||||||
>>>>>>> 146e446b (save only non-default peer profile)
|
|
||||||
continue; // skip address
|
continue; // skip address
|
||||||
|
|
||||||
if (address->transportStyle == eTransportNTCP2)
|
if (address->transportStyle == eTransportNTCP2)
|
||||||
|
|
Loading…
Add table
Reference in a new issue