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

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

Loading…
Cancel
Save