mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
fixed race conditin
This commit is contained in:
parent
d41f930f69
commit
5487fad2ce
2 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,6 @@ namespace data
|
|||
LogPrint (eLogError, "RouterInfo: signature verification failed");
|
||||
m_IsUnreachable = true;
|
||||
}
|
||||
m_RouterIdentity->DropVerifier ();
|
||||
}
|
||||
|
||||
void RouterInfo::SetRouterIdentity (std::shared_ptr<const IdentityEx> identity)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue