fix last commit

This commit is contained in:
Jeff Becker 2019-12-07 14:58:52 -05:00
parent f56e543d75
commit 70771a2460
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05
1 changed files with 1 additions and 1 deletions

View File

@ -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.",