mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-10 01:01:02 +00:00
fix incorrect merge conflict resolve
This commit is contained in:
parent
7646147ed2
commit
8fcab7b0c1
@ -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…
x
Reference in New Issue
Block a user