mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-02 11:04:00 +01:00
fixed typo
This commit is contained in:
parent
b72d1237d2
commit
b678c989e2
|
@ -63,7 +63,7 @@ namespace transport
|
|||
if (!session || !relayTag) return false;
|
||||
// find local adddress to introduce
|
||||
auto localAddress = session->FindLocalAddress ();
|
||||
if (localAddress) return false;
|
||||
if (!localAddress) return false;
|
||||
// create nonce
|
||||
uint32_t nonce;
|
||||
RAND_bytes ((uint8_t *)&nonce, 4);
|
||||
|
|
Loading…
Reference in a new issue