fix last commit

pull/953/head
Jeff Becker 5 years ago
parent f56e543d75
commit 70771a2460
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -275,7 +275,7 @@ main(int argc, char *argv[])
auto ctx_pp = llarp::Context::Get(ctx);
if(ctx_pp != nullptr)
{
if(true) // ctx_pp->IsUp() and not ctx_pp->LooksAlive())
if(ctx_pp->IsUp() and not ctx_pp->LooksAlive())
{
for(const auto &wtf : {"you have been visited by the mascott of the "
"deadlocked router.",

Loading…
Cancel
Save