mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
fixed #1434 use memset inster bzero
This commit is contained in:
@@ -652,7 +652,7 @@ namespace transport
|
||||
{
|
||||
if (it->second.delayedMessages.size () > 0)
|
||||
{
|
||||
it->second.numAttempts = 0;
|
||||
// it->second.numAttempts = 0; // TODO: recognize if connect failed
|
||||
ConnectToPeer (ident, it->second);
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user