mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-10 00:00:29 +03: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 New Issue
Block a user