mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
fixed race condition
This commit is contained in:
@@ -414,7 +414,7 @@ namespace transport
|
||||
else
|
||||
{
|
||||
LogPrint (eLogError, "Session for ", ident.ToBase64 ().substr (0, 4), " already exists");
|
||||
session->Terminate ();
|
||||
session->Done ();
|
||||
}
|
||||
}
|
||||
else // incoming connection
|
||||
|
||||
Reference in New Issue
Block a user