mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-10 09:21:08 +00:00
fixed crash
This commit is contained in:
parent
e96c55bd98
commit
2140f49665
2
SSU.cpp
2
SSU.cpp
@ -748,7 +748,7 @@ namespace ssu
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
LogPrint ("SSU peer test from Alice. We are Charlie");
|
LogPrint ("SSU peer test from Alice. We are Charlie");
|
||||||
SendPeerTest (nonce, be32toh (*(uint32_t *)address), be16toh (port), introKey); // to Alice
|
//SendPeerTest (nonce, be32toh (*(uint32_t *)address), be16toh (port), introKey); // to Alice
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user