fixed #1434 use memset inster bzero

This commit is contained in:
orignal 2019-11-12 07:17:57 -05:00
parent c66f9c8d6d
commit 60fd3a4542
2 changed files with 3 additions and 4 deletions

View file

@ -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