fix previous commit

pull/1334/head
Jeff Becker 5 years ago
parent 9ea13a9ee3
commit 0808060a61
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -11,7 +11,7 @@ namespace llarp
struct NoOpCrypto final : public Crypto
{
private:
std::atomic<uint64_t> m_value;
std::atomic< uint64_t > m_value;
static constexpr byte_t MAX_BYTE = std::numeric_limits< byte_t >::max();

@ -223,7 +223,7 @@ namespace llarp
{
llarp::LogError("dropped traffic on exit ", m_ExitRouter, " S=", s,
" P=", path);
p->EnterState(path::ePathIgnore);
p->EnterState(path::ePathIgnore, router->Now());
return true;
}

Loading…
Cancel
Save