mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
fixed #1434 use memset inster bzero
This commit is contained in:
parent
c66f9c8d6d
commit
60fd3a4542
2 changed files with 3 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue