mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-08 22:13:48 +01:00
fixed crash
This commit is contained in:
parent
f6e290d53f
commit
0171d3040a
1 changed files with 3 additions and 1 deletions
|
@ -474,7 +474,9 @@ namespace ntcp
|
||||||
if (ecode)
|
if (ecode)
|
||||||
{
|
{
|
||||||
LogPrint ("Couldn't send msg: ", ecode.message ());
|
LogPrint ("Couldn't send msg: ", ecode.message ());
|
||||||
Terminate ();
|
// we shouldn't call Terminate () here, because HandleReceive takes care
|
||||||
|
// TODO: 'delete this' statement in Terminate () must be eliminated later
|
||||||
|
// Terminate ();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue