use const

pull/66/head
Jeff Becker 6 years ago
parent 7b188d0fde
commit 6f796d031b
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -103,7 +103,7 @@ namespace llarp
ExitEndpoint::GetIPForIdent(const llarp::PubKey pk)
{
huint32_t found = {0};
auto itr = m_KeyToIP.find(pk);
const auto itr = m_KeyToIP.find(pk);
if(itr != m_KeyToIP.end())
{
found = itr->second;

Loading…
Cancel
Save